Skip to content

Commit

Permalink
Create Theme control strips.md
Browse files Browse the repository at this point in the history
added documentation for control strips
  • Loading branch information
bannmannutt authored and skylersaleh committed Aug 29, 2024
1 parent 08eb7a1 commit a809235
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions docs/Theme control strips.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Control strips should be in the top and left edges of the black outline 2 pixels away from the region button/image they are controlling and one pixel in width.


## Red Component: (Resize Control)
#00xxxx stretch

#40xxxx tile

#80xxxx fixed

#C0xxxx reserved

#F0xxxx reserved


## Green Component: (Screen Control, ignored for non-bezels)

#xx00xx default

#xx40xx top screen cutout (places the top screen in this region)

#xx80xx bottom screen cutout (will be empty if not in DS mode)

#xxC0xx both screens (use if the theme doesn't want to control the layout of the DS screens)

#xxF0xx reserved


## Blue Component: (Gamepad Control, ignored for non-bezels, TBD will allow customization of default button placements)

#xxxx00 default

#xxxx40 reserved

#xxxx80 reserved

#xxxxC0 reserved

#xxxxF0 reserved

0 comments on commit a809235

Please sign in to comment.