| AnimationStop |
Stops Screen Animation |
| AutoRefresh |
Refreshes the display when text changes (Boolean) |
| BorderStyle |
Change border style (sunken=2, raised=1 and none=0) |
| Cls |
Clear Screen |
| ColBorderSize |
Space between character and border (Integer) |
| ColorBacklight |
Screen background color (Long) |
| ColorBlend |
Character blend color (Long) |
| ColorLCDoff |
Pixel off color (Long) |
| ColorLCDon |
Pixel on color (Long) |
| ColorPresetPalette |
Preset display styles and colors |
| ColSpace |
Space between each character (Integer) |
| ConvertXtoColumn |
Convert mouse pointer X value into column number (Single) |
| ConvertYtoRow |
Convert mouse pointer Y value into row number (Single) |
| CustomPixelSize |
Defines a custom pixel size (Integer pixels) [Set DisplayType=Custom] |
| CustomPixelSpace |
Space between each character pixel (Integer pixels) [Set DisplayType=Custom] |
| DisplayType |
Display size (Small = 0, Normal = 1, Large = 2 and Custom = -1)
|
| Effects |
Blend and Highlight Effects (Integer) |
| FontCharacterGet |
Get a single character |
| FontCharacterSet |
Set a single character |
| FontLoad |
Load a custom font table (filename) |
| FontTable Ascii |
Default Font Table [Character Map] |
| InvertCharacter |
Invert character |
| LCDCol |
Number of columns in display (Integer) |
| LCDRow |
Number of row in display (Integer) |
| Redraw |
Enable/Disable all display updates (Boolean) |
| Refresh |
Paints ocx surface |
| RefreshFull |
Updates internal maps then paints ocx surface |
| RowBorderSize |
Space between character and border (Integer) |
| RowSpace |
Space between each character row (Integer) |
| Text |
Display text on screen (String) |
| TextAlign |
Display text an screen aligned (right, center, left) |
| TextAnimation |
Start text animation |
| TextAnimationOptions |
Setup text animation (must be call before textanimation) |
| TextMatrix |
Display text starting at (row,col) |