Component: GLCD (T6963C) (Graphical Monochrome)
From Flowcode Help
(Redirected from Component: ID c9d3b357 b914 4301 a741 0d13819e452e)
Jump to navigationJump to searchAuthor | Matrix Ltd |
Version | 1.3 |
Category | Graphical Monochrome |
Contents
GLCD (T6963C) component
A Graphical LCD component to drive displays fitted with a T6963C controller IC.
Component Pack
DISPLAYS
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
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 |
![]() |
BPlot |
Sets a pixel with the current background colour at pixel location X, Y. | |
![]() |
X1 |
![]() |
Y1 |
![]() |
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 |
![]() |
SetBackgroundColour |
Specifies the colour of the background. | |
![]() |
Pixel_Colour |
0=White, 1=Black | |
![]() |
Return |
![]() |
SetForegroundColour |
Specifies the colour of the foreground. | |
![]() |
Pixel_Colour |
0=White, 1=Black | |
![]() |
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 Colour |
Specifies the initial background color. | |
![]() |
Bit Depth |
![]() |
Color 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 |
![]() |
WR |
![]() |
RD |
![]() |
CE |
![]() |
CD |
![]() |
Reset |
![]() |
FS |
![]() |
Data Uses Port |
Does the data bus use a whole 8-bit port if so then set the property to yes to speed up execution. Otherwise if the data bus uses individual pins then set the property to no. | |
File:Fc9-type-19-icon.png | Data Port |
![]() |
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. |