- This wiki is out of date, use the continuation of this wiki instead
LCD Defines
From FenixWiki
(Difference between revisions)
| Revision as of 22:03, 26 December 2007 (edit) Sandman (Talk | contribs) (New page: Category:defines Category:networkdll Category:dll '''Up to Network.DLL''' ---- == General == {| || MAX_DEVICES || - Maximum number of devices. |} == Bitmap P...) ← Previous diff |
Current revision (02:19, 27 January 2008) (edit) (undo) Sandman (Talk | contribs) |
||
| (One intermediate revision not shown.) | |||
| Line 1: | Line 1: | ||
| [[Category:defines]] | [[Category:defines]] | ||
| - | [[Category: | + | [[Category:lcddll]] |
| [[Category:dll]] | [[Category:dll]] | ||
| - | [[ | + | [[Lcddll|'''Up to LCD.DLL''']] |
| ---- | ---- | ||
| Line 21: | Line 21: | ||
| |- | |- | ||
| | LCD_PRIORITY_ALERT || - Highest priority. To be used only for critical screens, such as "your CPU temperature is too high" | | LCD_PRIORITY_ALERT || - Highest priority. To be used only for critical screens, such as "your CPU temperature is too high" | ||
| - | |} | ||
| - | |||
| - | == Console Reports modes == | ||
| - | {| | ||
| - | || NET_CONSOLEREPORTS_NO || - [[false]] || - Console reports disabled. | ||
| - | |- | ||
| - | || NET_CONSOLEREPORTS_YES || - [[true]] || - Console reports enabled. | ||
| |} | |} | ||
Current revision
[edit] General
| MAX_DEVICES | - Maximum number of devices. |
[edit] Bitmap Priority codes
| LCD_PRIORITY_IDLE_NO_SHOW | - Lowest priority, disable displaying. Use this priority when you don’t have anything to show. |
| LCD_PRIORITY_BACKGROUND | - Priority used for low priority items. |
| LCD_PRIORITY_NORMAL | - Normal priority, to be used by most applications most of the time. |
| LCD_PRIORITY_ALERT | - Highest priority. To be used only for critical screens, such as "your CPU temperature is too high" |
[edit] Errorcodes
| LCD.DLL Documentation | |
| Main • Functions • Globals • Defines • Errorcodes • Changelog | |
Categories: Defines | Lcddll | Dll
