LCD About

From Bennu Wiki
Revision as of 03:05, 2 October 2008 by Sandman (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Up to LCD.DLL Functions



Definition

INT LCD_About ( )

Tells the user about LCD.DLL, using the Fenix console.

Returns

INT : The current LCD.DLL version (integer).

Example

Program example;
    include "LCD.fh";
Begin

    LCD_About();
   
    Loop
        frame;
    End

End


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()