Component: GLCD (SSD1963) Parallel (Graphical Color)
From Flowcode Help
(Redirected from Component: ID 9d414a42 fd9b 4afd 9493 dbf80eece14a)
Jump to navigationJump to searchAuthor | Matrix Ltd |
Version | 1.0 |
Category | Graphical Color |
Contents
GLCD (SSD1963) Parallel component
Graphical display component designed to work with the SSD1963 controller IC Based on the SSD1963 16-bit colour graphical controller IC.
Component Pack
DISPLAYS
Detailed description
No detailed description exists yet for this component
Examples
Without Touchscreen
Example using a 4.3" TFT Display using the SSD1963 Graphical LCD Controller.
GLCD 4.3
Example using a 7" TFT Display using the SSD1963 Graphical LCD Controller.
GLCD 7
With Touchscreen
Example using the XPT2046 touchscreen driver IC with a 4.3" TFT Display using the SSD1963 Graphical LCD Controller.
GLCD 4.3 Touch
Example using the XPT2046 touchscreen driver IC with a 7" TFT Display using the SSD1963 Graphical LCD Controller.
GLCD 7 Touch
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 |
![]() |
FastBPlot |
Sets a pixel with the current background colour at pixel location X, Y. | |
![]() |
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 |
![]() |
Dimensions |
![]() |
Pixel Width |
Width of gLCD canvas measured in pixels. | |
![]() |
Pixel Height |
Heigt of gLCD canvas measured in pixels. | |
![]() |
Colour |
![]() |
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. | |
![]() |
Bit Depth |
![]() |
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. | |
![]() |
Connections |
![]() |
DataMode |
Configures how the displays data pins are connected. Port uses a single port byte allowing for high speed. Individual pins allow for any combination of pins allowing for flexibility. | |
File:Fc9-type-19-icon.png | Data Port |
Microcontroller port pins to use to pass 8-bit parrallel data to the graphical display | |
![]() |
Chip Select |
Chip select pin connection | |
![]() |
Write |
Write pin connection | |
![]() |
Read |
Read pin connection | |
![]() |
Register Select (RS) |
Instruction / Command pin connection | |
![]() |
Reset |
Reset pin connection | |
![]() |
Use Backlight Pin |
Controls if the backlight is controlled using an I/O pin or fixed to be always on by the circuitry. | |
![]() |
Display Properties |
![]() |
FlipX |
Flips the horizontal axis | |
![]() |
FlipY |
Flips the vertical axis | |
![]() |
TFT Colour Bits |
Sets the colour depth of the display so the SSD1963 controller IC outputs the correct colour sequences. | |
![]() |
OffsetX |
Pixel offset on the x axis | |
![]() |
OffsetY |
Pixel offset on the y axis | |
![]() |
Display Refresh Rate |
![]() |
PLL Multiplier |
Controls the refresh rate of the display. Range 0 - 255 | |
![]() |
PLL Divider |
Controls the refresh rate of the display. Range 0 - 15 | |
![]() |
Fonts |
![]() |
Font Count |
Specifies the number of fonts available to use on the display. | |
![]() |
Font 0 |
![]() |
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. | |
![]() |
Simulation Mode |
![]() |
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. |