LCD Version

From Bennu Wiki
Jump to navigation Jump to search


Up to LCD.DLL Functions



Definition

STRING LCD_Version ( )

Returns the current LCD.DLL version.

Returns

STRING : The current LCD.DLL version (string).

Example

Program example;
    include "LCD.fh";
Private
    string lcdver;
Begin

    lcdver = LCD_Version();
   
    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()