Changes

Jump to navigation Jump to search
No change in size ,  17:47, 2 January 2020
m
Line 100: Line 100:  
! Used fields (besides 'visible')
 
! Used fields (besides 'visible')
 
|-
 
|-
| logo || Hbmenu logo image. || Yes, Yes || posStart
+
| logo || Hbmenu logo image. || Yes, yes || posStart
 
|-
 
|-
| hbmenuVersion || Hbmenu version text. || Yes, Yes || posStart
+
| hbmenuVersion || Hbmenu version text. || Yes, yes || posStart
 
|-
 
|-
 
| loaderInfo || Loader info text (displayed next to hbmenuVersion with the defaults).
 
| loaderInfo || Loader info text (displayed next to hbmenuVersion with the defaults).
 
When the loader-info string doesn't contain a space, posStart is used directly for the text position, otherwise the right-justified position from posEnd is used.
 
When the loader-info string doesn't contain a space, posStart is used directly for the text position, otherwise the right-justified position from posEnd is used.
| Yes, Yes || posStart, posEnd
+
| Yes, yes || posStart, posEnd
 
|-
 
|-
| attentionText || Attention text (Applet Mode text). When posType is relative (the default), the base position is the final position used by 'status'. || Yes, Yes || posType, posStart
+
| attentionText || Attention text (Applet Mode text). When posType is relative (the default), the base position is the final position used by 'status'. || Yes, yes || posType, posStart
 
|-
 
|-
| logInfo || Logging info for debug enabled via a build define. || Yes, Yes || posStart
+
| logInfo || Logging info for debug enabled via a build define. || Yes, yes || posStart
 
|-
 
|-
| infoMsg || Text for NoAppsFound_Msg. || Yes, Yes || posStart
+
| infoMsg || Text for NoAppsFound_Msg. || Yes, yes || posStart
 
|-
 
|-
| menuPath || Menu path text. || No, Yes || posStart, size[0]
+
| menuPath || Menu path text. || No, yes || posStart, size[0]
 
|-
 
|-
| menuTypeMsg || Text for the current type of menu (such as "Theme Menu"). Position is right-justified from posStart. || No, Yes || posStart
+
| menuTypeMsg || Text for the current type of menu (such as "Theme Menu"). Position is right-justified from posStart. || No, yes || posStart
 
|-
 
|-
| msgBoxSeparator || Message-box separator. Position is relative to the bottom of the box. || No, No || posStart[1]
+
| msgBoxSeparator || Message-box separator. Position is relative to the bottom of the box. || No, no || posStart[1]
 
|-
 
|-
| msgBoxBottomText || Message-box text displayed at the bottom below the separator. Position is relative to the bottom of the box. || No, No || posStart[1]
+
| msgBoxBottomText || Message-box text displayed at the bottom below the separator. Position is relative to the bottom of the box. || No, no || posStart[1]
 
|-
 
|-
| backgroundImage || Background image, not set with the defaults. Requires assets.background_image to be setup. This is drawn after backgroundColor, the maximum drawn y-pos is the same as backgroundColor (drawing where the waves are located is skipped). Note that this can result in slowdown since sw-rendering is used, especially with an image which covers the entire screen (besides where the waves are displayed). || No, Yes || posStart
+
| backgroundImage || Background image, not set with the defaults. Requires assets.background_image to be setup. This is drawn after backgroundColor, the maximum drawn y-pos is the same as backgroundColor (drawing where the waves are located is skipped). Note that this can result in slowdown since sw-rendering is used, especially with an image which covers the entire screen (besides where the waves are displayed). || No, yes || posStart
 
|-
 
|-
| backWave || Back wave. The height is controlled by size[1], relative to the bottom of the screen. || No, Yes || size[1]
+
| backWave || Back wave. The height is controlled by size[1], relative to the bottom of the screen. || No, yes || size[1]
 
|-
 
|-
| middleWave || Middle wave. The height is controlled by size[1], relative to the bottom of the screen. || No, Yes || size[1]
+
| middleWave || Middle wave. The height is controlled by size[1], relative to the bottom of the screen. || No, yes || size[1]
 
|-
 
|-
| frontWave || Front wave. The height is controlled by size[1], relative to the bottom of the screen. || No, Yes || size[1]
+
| frontWave || Front wave. The height is controlled by size[1], relative to the bottom of the screen. || No, yes || size[1]
 
|-
 
|-
| buttonA || Button A, displayed with the string from theme*.buttonAText. With posType=relative (default is absolute) the position is relative to buttonAText. || No, Yes || posType, posStart
+
| buttonA || Button A, displayed with the string from theme*.buttonAText. With posType=relative (default is absolute) the position is relative to buttonAText. || No, yes || posType, posStart
 
|-
 
|-
| buttonAText || Button A text. posType=true is the same as absolute since the base-pos is 0. || No, Yes || posType, posStart
+
| buttonAText || Button A text. posType=true is the same as absolute since the base-pos is 0. || No, yes || posType, posStart
 
|-
 
|-
| buttonB || Button B, displayed with the string from theme*.buttonBText. With posType=relative the base position is buttonBText. || No, Yes || posType, posStart
+
| buttonB || Button B, displayed with the string from theme*.buttonBText. With posType=relative the base position is buttonBText. || No, yes || posType, posStart
 
|-
 
|-
| buttonBText || Button B text. With posType=relative the base position is buttonA. When buttonA is displayed with non-empty-directory, posStart is used, otherwise posEnd is used (buttonA not displayed). || No, Yes || posType, posStart
+
| buttonBText || Button B text. With posType=relative the base position is buttonA. When buttonA is displayed with non-empty-directory, posStart is used, otherwise posEnd is used (buttonA not displayed). || No, yes || posType, posStart
 
|-
 
|-
| buttonY || Button Y, displayed with the string from theme*.buttonYText. With posType=relative the base position is buttonYText. || No, Yes || posType, posStart
+
| buttonY || Button Y, displayed with the string from theme*.buttonYText. With posType=relative the base position is buttonYText. || No, yes || posType, posStart
 
|-
 
|-
| buttonYText || Button Y text. With posType=relative the base position is buttonB, or if that's not displayed (menu path is in the root directory) the base is buttonA instead. || No, Yes || posType, posStart
+
| buttonYText || Button Y text. With posType=relative the base position is buttonB, or if that's not displayed (menu path is in the root directory) the base is buttonA instead. || No, yes || posType, posStart
 
|-
 
|-
| buttonM || Button '-', displayed with the string from theme*.buttonMText. With posType=relative the base position is buttonMText. || No, Yes || posType, posStart
+
| buttonM || Button '-', displayed with the string from theme*.buttonMText. With posType=relative the base position is buttonMText. || No, yes || posType, posStart
 
|-
 
|-
| buttonMText || Button '-' text. With posType=relative the base position is buttonY. || No, Yes || posType, posStart
+
| buttonMText || Button '-' text. With posType=relative the base position is buttonY. || No, yes || posType, posStart
 
|-
 
|-
| buttonX || Button X, displayed with the string from theme*.buttonXText. With posType=relative the base position is buttonXText. || No, Yes || posType, posStart
+
| buttonX || Button X, displayed with the string from theme*.buttonXText. With posType=relative the base position is buttonXText. || No, yes || posType, posStart
 
|-
 
|-
| buttonXText || Button X text. With posType=relative the base position is buttonM. || No, Yes || posType, posStart
+
| buttonXText || Button X text. With posType=relative the base position is buttonM. || No, yes || posType, posStart
 
|-
 
|-
| networkIcon || Network status icon. With posType=relative the final position from 'status' is used for the base X-coordinate, however posStart[1] is used directly as the Y-coordinate regardless. || No, Yes || posType, posStart
+
| networkIcon || Network status icon. With posType=relative the final position from 'status' is used for the base X-coordinate, however posStart[1] is used directly as the Y-coordinate regardless. || No, yes || posType, posStart
 
|-
 
|-
| batteryCharge || Battery charge text. The position from posStart is right-justified.  || No, Yes || posStart
+
| batteryCharge || Battery charge text. The position from posStart is right-justified.  || No, yes || posStart
 
|-
 
|-
| batteryIcon || Battery icon. || No, Yes || posStart
+
| batteryIcon || Battery icon. || No, yes || posStart
 
|-
 
|-
| chargingIcon || Battery charging icon. || No, Yes || posStart
+
| chargingIcon || Battery charging icon. || No, yes || posStart
 
|-
 
|-
| status || Text displayed for the time. The position from posStart is right-justified. || No, Yes || posStart
+
| status || Text displayed for the time. The position from posStart is right-justified. || No, yes || posStart
 
|-
 
|-
| temperature || Temperature text. || No, Yes || posStart
+
| temperature || Temperature text. || No, yes || posStart
 
|-
 
|-
| menuList || Menu list. posStart is the absolute position for the first tile. posEnd is the relative position for the next tile, relative to the current tile (outline not included). The size doesn't include the outline. || No, No || posStart, posEnd, size
+
| menuList || Menu list. posStart is the absolute position for the first tile. posEnd is the relative position for the next tile, relative to the current tile (outline not included). The size doesn't include the outline. || No, no || posStart, posEnd, size
 
|-
 
|-
| menuListTiles || posEnd[0] is the the maximum number of tile entries to adjust the currently selected entry index by, for example with HID input for DPad Up/Down. || No, No || posEnd[0]
+
| menuListTiles || posEnd[0] is the the maximum number of tile entries to adjust the currently selected entry index by, for example with HID input for DPad Up/Down. || No, no || posEnd[0]
 
|-
 
|-
| menuListIcon || Menu entry icon. posStart is relative to the current tile entry (see menuList), regardless of posType. || No, No || posStart
+
| menuListIcon || Menu entry icon. posStart is relative to the current tile entry (see menuList), regardless of posType. || No, no || posStart
 
|-
 
|-
| menuListName || Menu entry name text. posStart is relative to the current tile entry (see menuList), regardless of posType. || No, No || posStart, size
+
| menuListName || Menu entry name text. posStart is relative to the current tile entry (see menuList), regardless of posType. || No, no || posStart, size
 
|-
 
|-
| menuActiveEntryIcon || Icon for the currently active menu entry. || No, Yes || posStart
+
| menuActiveEntryIcon || Icon for the currently active menu entry. || No, yes || posStart
 
|-
 
|-
| menuActiveEntryName || Name text for the currently active menu entry. || No, Yes || posStart, size
+
| menuActiveEntryName || Name text for the currently active menu entry. || No, yes || posStart, size
 
|-
 
|-
| menuActiveEntryAuthor || Author text for the currently active menu entry. || No, Yes || posStart
+
| menuActiveEntryAuthor || Author text for the currently active menu entry. || No, yes || posStart
 
|-
 
|-
| menuActiveEntryVersion || Version text for the currently active menu entry. || No, Yes || posStart
+
| menuActiveEntryVersion || Version text for the currently active menu entry. || No, yes || posStart
 
|-
 
|-
 
|}
 
|}

Navigation menu