Component: GLCD (SSD1289) (Graphical Color)
From Flowcode Help
Jump to navigationJump to search
Author | Matrix Ltd |
Version | 1.6 |
Category | Graphical Color |
Contents
GLCD (SSD1289) component
Graphical display component based on the SSD1289 16-bit colour graphical controller IC.
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
BacklightOn |
Sets the backlight enable pin allowing the display backlight to switch on. Switching the backlight on and off at high speed allow the light to be dimmed. | |
![]() |
Return |
![]() |
DrawLine |
Draws a line with the current foreground colour from pixel location X1, Y1 to pixel location X2, Y2. | |
![]() |
X1 |
![]() |
Y1 |
![]() |
X2 |
![]() |
Y2 |
![]() |
Return |
![]() |
Plot |
Sets a pixel with the current foreground colour at pixel location X, Y. | |
![]() |
X1 |
![]() |
Y1 |
![]() |
Return |
![]() |
FastPlot |
Sets a pixel with the current foreground colour at current pixel location. Not compatible with orientations other than 0. | |
![]() |
Return |
![]() |
BacklightOff |
Clears the backlight enable pin allowing the display backlight to switch off. Switching the backlight on and off at high speed allow the light to be dimmed. | |
![]() |
Return |
![]() |
BPlot |
Sets a pixel with the current background colour at pixel location X, Y. | |
![]() |
X1 |
![]() |
Y1 |
![]() |
Return |
![]() |
Window |
![]() |
X1 |
![]() |
Y1 |
![]() |
X2 |
![]() |
Y2 |
![]() |
Return |
![]() |
ReadFontStat |
Gets a stat from the selected embedded ASCII font data. | |
![]() |
Font |
Font selection range: 0 to (NumFonts - 1) | |
![]() |
Index |
0=SpaceWidth, 1=PixelHeight | |
![]() |
Return |
![]() |
ClearDisplay |
This macro clears the display of any previous output by overwriting the entire display with the background colour. | |
![]() |
Return |
![]() |
Initialise |
The Init macro must be called once to initialise the Graphical LCD display before any other Graphical LCD component macros are called. | |
![]() |
Return |
Property reference
![]() |
Properties |
![]() |
Pixel Width |
Width of gLCD canvas measured in pixels. | |
![]() |
Pixel Height |
Heigt of gLCD canvas measured in pixels. | |
![]() |
Monochrome |
Specifies if the display is capable of colour or monochrome only. | |
![]() |
Foreground Color |
Specifies the initial foreground color. | |
![]() |
Background Color |
Specifies the initial background color. | |
![]() |
Colour Bit Depth |
Total color bit depth for the display. | |
![]() |
Red Bit Depth |
Specifies the red bit depth for the display. | |
![]() |
Green Bit Depth |
Specifies the green bit depth for the display. | |
![]() |
Blue Bit Depth |
Specifies the blue bit depth for the display. | |
![]() |
Font Count |
Specifies the number of fonts available to use on the display. | |
![]() |
Font |
Font picker to decide which font to use on your display. | |
![]() |
Character Spacing |
Sets the number of blank pixels between each character when printing text. Default 1. | |
![]() |
Space Width |
Sets the number of horizontal pixels used to represent a space character. | |
![]() |
Font |
Font picker to decide which font to use on your display. | |
![]() |
Character Spacing |
Sets the number of blank pixels between each character when printing text. Default 1. | |
![]() |
Space Width |
Sets the number of horizontal pixels used to represent a space character. | |
![]() |
Font |
Font picker to decide which font to use on your display. | |
![]() |
Character Spacing |
Sets the number of blank pixels between each character when printing text. Default 1. | |
![]() |
Space Width |
Sets the number of horizontal pixels used to represent a space character. | |
![]() |
Font |
Font picker to decide which font to use on your display. | |
![]() |
Character Spacing |
Sets the number of blank pixels between each character when printing text. Default 1. | |
![]() |
Space Width |
Sets the number of horizontal pixels used to represent a space character. | |
![]() |
Display Method |
Chooses which method to use when drawing to the gLCD component The bitmap is the more common mode but may run slowly on some machines. The point cloud should run faster but may use more memory. | |
![]() |
Connections |
![]() |
Chip Select (CS) |
Chip select pin connection | |
![]() |
Reg Select (CD) |
Instruction / Command pin connection | |
![]() |
Read (RD) |
Reset pin connection | |
![]() |
Write (RW) |
LED backlight strobe pin connection | |
File:Fc9-type-19-icon.png | Data Port Low |
File:Fc9-type-19-icon.png | Data Port High |
![]() |
Simulations |