- This wiki is out of date, use the continuation of this wiki instead
LCD GetWidth
From FenixWiki
(Difference between revisions)
| Revision as of 20:14, 26 December 2007 (edit) Sandman (Talk | contribs) (New page: Category:functions Category:lcddll Category:dll '''Up to LCD.DLL Functions''' ---- ==Definition== '''INT''' LCD_GetWidth ( <'''INT''' device> ) ...) ← Previous diff |
Current revision (20:14, 26 December 2007) (edit) (undo) Sandman (Talk | contribs) (New page: Category:functions Category:lcddll Category:dll '''Up to LCD.DLL Functions''' ---- ==Definition== '''INT''' LCD_GetWidth ( <'''INT''' device> ) ...) |
Current revision
[edit] Definition
INT LCD_GetWidth ( <INT device> )
Returns the width in pixels of the LCDscreen of the specified device.
[edit] Parameters
| INT device | - Number of the device. |
[edit] Returns
INT : The width of the LCDscreen in pixels.
| LCD_ERROR_INVALIDDEVICE | - -20 | - Invalid device. |
| >=0 | - The width of the LCDscreen in pixels. |
| LCD.DLL Functions | |
| • LCD_About() • LCD_Close() • LCD_Devices() • LCD_GetDepth() • LCD_GetHeight() • LCD_GetNumButtons() • LCD_GetWidth() • LCD_Init() • LCD_IntVersion() • LCD_Open() • LCD_Quit() • LCD_ReadButton() • LCD_ReadButtons() • LCD_SetBitmap() • LCD_Version() • | |
Categories: Functions | Lcddll | Dll
