Difference between revisions of "Component: GLCD (T6963C) (Displays: Graphical)"
(XML import) |
(XML import BR) |
||
Line 12: | Line 12: | ||
| Displays: Graphical | | Displays: Graphical | ||
|- | |- | ||
− | | colspan="2" | This inherits from [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD | + | | colspan="2" | This inherits from [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD Base]] |
|} | |} | ||
Line 26: | Line 26: | ||
==Downloadable macro reference== | ==Downloadable macro reference== | ||
− | ''This component inherits downloadable macros from ''[[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD | + | ''This component inherits downloadable macros from ''[[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD Base]] |
===<span style="font-weight: normal;"><u><tt>ReadASCIILUT</tt></u></span>=== | ===<span style="font-weight: normal;"><u><tt>ReadASCIILUT</tt></u></span>=== | ||
Gets a byte of the embedded ASCII font data. | Gets a byte of the embedded ASCII font data. | ||
− | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD | + | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD Base]]'' |
'''Parameters''' | '''Parameters''' | ||
Line 100: | Line 100: | ||
:[[Variable Types|UINT]] ''Y1'' | :[[Variable Types|UINT]] ''Y1'' | ||
+ | |||
+ | |||
+ | '''Return value''' | ||
+ | |||
+ | :''This call does not return a value'' | ||
+ | |||
+ | |||
+ | ===<span style="font-weight: normal;"><u><tt>DrawEllipse</tt></u></span>=== | ||
+ | Draws an ellipse object on the display with the center of the ellipse at the location X,Y | ||
+ | |||
+ | '''Parameters''' | ||
+ | |||
+ | :[[Variable Types|UINT]] ''X'' | ||
+ | ::X Coordinate for the center of the circle | ||
+ | |||
+ | :[[Variable Types|UINT]] ''Y'' | ||
+ | ::Y coordinate for the center of the circle | ||
+ | |||
+ | :[[Variable Types|UINT]] ''XRadius'' | ||
+ | ::Radius of the circle on the X axis specified in pixels | ||
+ | |||
+ | :[[Variable Types|UINT]] ''YRadius'' | ||
+ | ::Radius of the circle on the Y axis specified in pixels | ||
+ | |||
+ | :[[Variable Types|BYTE]] ''Transparent'' | ||
+ | ::0=Fill inside circle using background colour / 1=Draw outer circle only | ||
+ | |||
+ | :[[Variable Types|BYTE]] ''Solid'' | ||
+ | ::0=Use Transparent Setting / 1=Fill with foreground colour | ||
+ | |||
+ | |||
+ | '''Return value''' | ||
+ | |||
+ | :''This call does not return a value'' | ||
+ | |||
+ | |||
+ | ===<span style="font-weight: normal;"><u><tt>SetDisplayOrientation</tt></u></span>=== | ||
+ | Controls the way data is printed out on the display allowing multiple different viewing orientations. Default is 0. | ||
+ | |||
+ | '''Parameters''' | ||
+ | |||
+ | :[[Variable Types|BYTE]] ''Orientation'' | ||
+ | ::0=Default, 1=90°CW, 2=180°CW, 3=270°CW | ||
Line 169: | Line 212: | ||
:[[Variable Types|BYTE]] ''Pixel_Colour'' | :[[Variable Types|BYTE]] ''Pixel_Colour'' | ||
::0=White, 1=Black | ::0=White, 1=Black | ||
+ | |||
+ | |||
+ | '''Return value''' | ||
+ | |||
+ | :''This call does not return a value'' | ||
+ | |||
+ | |||
+ | ===<span style="font-weight: normal;"><u><tt>DrawCircle</tt></u></span>=== | ||
+ | Draws a circle object on the display with the center of the circle at the location X,Y | ||
+ | |||
+ | '''Parameters''' | ||
+ | |||
+ | :[[Variable Types|UINT]] ''X'' | ||
+ | ::X Coordinate for the center of the circle | ||
+ | |||
+ | :[[Variable Types|UINT]] ''Y'' | ||
+ | ::Y coordinate for the center of the circle | ||
+ | |||
+ | :[[Variable Types|UINT]] ''Radius'' | ||
+ | ::Radius of the circle specified in pixels | ||
+ | |||
+ | :[[Variable Types|BYTE]] ''Transparent'' | ||
+ | ::0=Fill inside circle using background colour / 1=Draw outer circle only | ||
+ | |||
+ | :[[Variable Types|BYTE]] ''Solid'' | ||
+ | ::0=Use Transparent Setting / 1=Fill with foreground colour | ||
Line 231: | Line 300: | ||
==Simulation macro reference== | ==Simulation macro reference== | ||
− | ''This component inherits simulation macros from ''[[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD | + | ''This component inherits simulation macros from ''[[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD Base]] |
===<span style="font-weight: normal;"><u><tt>PrintNumber</tt></u></span>=== | ===<span style="font-weight: normal;"><u><tt>PrintNumber</tt></u></span>=== | ||
This macro prints a decimal number to the Graphical LCD. | This macro prints a decimal number to the Graphical LCD. | ||
− | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD | + | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD Base]]'' |
'''Parameters''' | '''Parameters''' | ||
Line 264: | Line 333: | ||
Draws a line with the current foreground colour from pixel location X1, Y1 to pixel location X2, Y2. | Draws a line with the current foreground colour from pixel location X1, Y1 to pixel location X2, Y2. | ||
− | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD | + | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD Base]]'' |
'''Parameters''' | '''Parameters''' | ||
Line 285: | Line 354: | ||
Sets a pixel with the current foreground colour at pixel location X, Y. | Sets a pixel with the current foreground colour at pixel location X, Y. | ||
− | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD | + | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD Base]]'' |
'''Parameters''' | '''Parameters''' | ||
Line 292: | Line 361: | ||
:[[Variable Types|UINT]] ''Y1'' | :[[Variable Types|UINT]] ''Y1'' | ||
+ | |||
+ | |||
+ | '''Return value''' | ||
+ | |||
+ | :''This call does not return a value'' | ||
+ | |||
+ | |||
+ | ===<span style="font-weight: normal;"><u><tt>DrawEllipse</tt></u></span>=== | ||
+ | Draws an ellipse object on the display with the center of the ellipse at the location X,Y | ||
+ | |||
+ | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD Base]]'' | ||
+ | |||
+ | '''Parameters''' | ||
+ | |||
+ | :[[Variable Types|UINT]] ''X'' | ||
+ | ::X Coordinate for the center of the circle | ||
+ | |||
+ | :[[Variable Types|UINT]] ''Y'' | ||
+ | ::Y coordinate for the center of the circle | ||
+ | |||
+ | :[[Variable Types|UINT]] ''XRadius'' | ||
+ | ::Radius of the circle on the X axis specified in pixels | ||
+ | |||
+ | :[[Variable Types|UINT]] ''YRadius'' | ||
+ | ::Radius of the circle on the Y axis specified in pixels | ||
+ | |||
+ | :[[Variable Types|BYTE]] ''Transparent'' | ||
+ | ::0=Fill inside circle using background colour / 1=Draw outer circle only | ||
+ | |||
+ | :[[Variable Types|BYTE]] ''Solid'' | ||
+ | ::0=Use Transparent Setting / 1=Fill with foreground colour | ||
Line 302: | Line 402: | ||
Controls the way data is printed out on the display allowing multiple different viewing orientations. Default is 0. | Controls the way data is printed out on the display allowing multiple different viewing orientations. Default is 0. | ||
− | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD | + | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD Base]]'' |
'''Parameters''' | '''Parameters''' | ||
Line 318: | Line 418: | ||
Sets a pixel with the current background colour at pixel location X, Y. | Sets a pixel with the current background colour at pixel location X, Y. | ||
− | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD | + | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD Base]]'' |
'''Parameters''' | '''Parameters''' | ||
Line 335: | Line 435: | ||
This macro prints a string of characters to the Graphical LCD. | This macro prints a string of characters to the Graphical LCD. | ||
− | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD | + | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD Base]]'' |
'''Parameters''' | '''Parameters''' | ||
Line 364: | Line 464: | ||
This macro clears the display of any previous output by overwriting the entire display with the background colour. | This macro clears the display of any previous output by overwriting the entire display with the background colour. | ||
− | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD | + | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD Base]]'' |
'''Parameters''' | '''Parameters''' | ||
Line 379: | Line 479: | ||
Specifies the colour of the background by creating a mixture of red, green and blue. | Specifies the colour of the background by creating a mixture of red, green and blue. | ||
− | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD | + | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD Base]]'' |
'''Parameters''' | '''Parameters''' | ||
Line 391: | Line 491: | ||
:[[Variable Types|BYTE]] ''Blue'' | :[[Variable Types|BYTE]] ''Blue'' | ||
::0 - 255 where 0 = no blue and 255 = maximum blue | ::0 - 255 where 0 = no blue and 255 = maximum blue | ||
+ | |||
+ | |||
+ | '''Return value''' | ||
+ | |||
+ | :''This call does not return a value'' | ||
+ | |||
+ | |||
+ | ===<span style="font-weight: normal;"><u><tt>DrawCircle</tt></u></span>=== | ||
+ | Draws a circle object on the display with the center of the circle at the location X,Y | ||
+ | |||
+ | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD Base]]'' | ||
+ | |||
+ | '''Parameters''' | ||
+ | |||
+ | :[[Variable Types|UINT]] ''X'' | ||
+ | ::X Coordinate for the center of the circle | ||
+ | |||
+ | :[[Variable Types|UINT]] ''Y'' | ||
+ | ::Y coordinate for the center of the circle | ||
+ | |||
+ | :[[Variable Types|UINT]] ''Radius'' | ||
+ | ::Radius of the circle specified in pixels | ||
+ | |||
+ | :[[Variable Types|BYTE]] ''Transparent'' | ||
+ | ::0=Fill inside circle using background colour / 1=Draw outer circle only | ||
+ | |||
+ | :[[Variable Types|BYTE]] ''Solid'' | ||
+ | ::0=Use Transparent Setting / 1=Fill with foreground colour | ||
Line 401: | Line 529: | ||
Specifies the colour of the foreground by creating a mixture of red, green and blue. | Specifies the colour of the foreground by creating a mixture of red, green and blue. | ||
− | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD | + | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD Base]]'' |
'''Parameters''' | '''Parameters''' | ||
Line 423: | Line 551: | ||
Draws a rectangle with the current foreground colour from pixel loaction X1, Y1 to pixel location X2, Y2. | Draws a rectangle with the current foreground colour from pixel loaction X1, Y1 to pixel location X2, Y2. | ||
− | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD | + | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD Base]]'' |
'''Parameters''' | '''Parameters''' | ||
Line 450: | Line 578: | ||
The Init macro must be called once to initialise the Graphical LCD display before any other Graphical LCD component macros are called. | The Init macro must be called once to initialise the Graphical LCD display before any other Graphical LCD component macros are called. | ||
− | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD | + | ''This call is provided by [[Component: ID 4384cba9_0bea_4359_8c5b_dcd046aa7778|GLCD Base]]'' |
'''Parameters''' | '''Parameters''' |
Revision as of 15:46, 16 February 2017
Author | Matrix Ltd |
Version | 1.3 (Release) |
Category | Displays: Graphical |
This inherits from GLCD Base |
Contents
GLCD (T6963C) component
A Graphical LCD component to drive displays fitted with a T6963C controller IC.
Examples
No additional examples
Downloadable macro reference
This component inherits downloadable macros from GLCD Base
ReadASCIILUT
Gets a byte of the embedded ASCII font data.
This call is provided by GLCD Base
Parameters
- BYTE pos_str
- ASCII position -32 so A = 'A' - 32 = 33
- BYTE count
- Font column Ranging 0-4
Return value
PrintNumber
This macro prints a decimal number to the Graphical LCD.
Parameters
- INT Number
- Byte or Integer number to send to the display.
- UINT X
- X pixel coordinate to set the output string position.
- UINT Y
- Y pixel coordinate to set the output string position.
- BYTE Font
- Size of the font - 0 = Normal, 1 = Double Width, 2 = Double Width and Height, 3 = Double Height
- BYTE Transparent
- Specifies if the background of the text is drawn - 0 = Background colour is drawn, 1 = Background colour not drawn.
Return value
- This call does not return a value
DrawLine
Draws a line with the current foreground colour from pixel location X1, Y1 to pixel location X2, Y2.
Parameters
- UINT X1
- UINT Y1
- UINT X2
- UINT Y2
Return value
- This call does not return a value
Plot
Sets a pixel with the current foreground colour at pixel location X, Y.
Parameters
- UINT X1
- UINT Y1
Return value
- This call does not return a value
DrawEllipse
Draws an ellipse object on the display with the center of the ellipse at the location X,Y
Parameters
- UINT X
- X Coordinate for the center of the circle
- UINT Y
- Y coordinate for the center of the circle
- UINT XRadius
- Radius of the circle on the X axis specified in pixels
- UINT YRadius
- Radius of the circle on the Y axis specified in pixels
- BYTE Transparent
- 0=Fill inside circle using background colour / 1=Draw outer circle only
- BYTE Solid
- 0=Use Transparent Setting / 1=Fill with foreground colour
Return value
- This call does not return a value
SetDisplayOrientation
Controls the way data is printed out on the display allowing multiple different viewing orientations. Default is 0.
Parameters
- BYTE Orientation
- 0=Default, 1=90°CW, 2=180°CW, 3=270°CW
Return value
- This call does not return a value
BPlot
Sets a pixel with the current background colour at pixel location X, Y.
Parameters
- UINT X1
- UINT Y1
Return value
- This call does not return a value
This macro prints a string of characters to the Graphical LCD.
Parameters
- <- STRING Str
- String of characters to send to the display.
- This parameter may be returned back to the caller
- UINT X1
- X pixel coordinate to set the output string position.
- UINT Y1
- Y pixel coordinate to set the output string position.
- BYTE Font
- Size of the font - 0 = Normal, 1 = Double Width, 2 = Double Width and Height, 3 = Double Height
- BYTE Transparent
- Specifies if the background of the text is drawn - 0 = Background colour is drawn, 1 = Background colour not drawn.
Return value
- This call does not return a value
ClearDisplay
This macro clears the display of any previous output by overwriting the entire display with the background colour.
Parameters
- This macro has no parameters
Return value
- This call does not return a value
SetBackgroundColour
Specifies the colour of the background.
Parameters
- BYTE Pixel_Colour
- 0=White, 1=Black
Return value
- This call does not return a value
DrawCircle
Draws a circle object on the display with the center of the circle at the location X,Y
Parameters
- UINT X
- X Coordinate for the center of the circle
- UINT Y
- Y coordinate for the center of the circle
- UINT Radius
- Radius of the circle specified in pixels
- BYTE Transparent
- 0=Fill inside circle using background colour / 1=Draw outer circle only
- BYTE Solid
- 0=Use Transparent Setting / 1=Fill with foreground colour
Return value
- This call does not return a value
SetForegroundColour
Specifies the colour of the foreground.
Parameters
- BYTE Pixel_Colour
- 0=White, 1=Black
Return value
- This call does not return a value
DrawRectangle
Draws a rectangle with the current foreground colour from pixel loaction X1, Y1 to pixel location X2, Y2
Parameters
- UINT X1
- UINT Y1
- UINT X2
- UINT Y2
- BYTE Transparent
- Chooses the transparency of the box - 0 = Box contains background colour, 1 = Box contains previous pixel data.
- BYTE Solid
- Chooses to fill the box with colour - 0 = Box contains transparency data, 1 = Box contains foreground colour.
Return value
- This call does not return a value
Initialise
The Init macro must be called once to initialise the Graphical LCD display before any other Graphical LCD component macros are called.
Parameters
- This macro has no parameters
Return value
- This call does not return a value
Simulation macro reference
This component inherits simulation macros from GLCD Base
PrintNumber
This macro prints a decimal number to the Graphical LCD.
This call is provided by GLCD Base
Parameters
- INT Number
- Byte or Integer number to send to the display.
- UINT X
- X pixel coordinate to set the output string position.
- UINT Y
- Y pixel coordinate to set the output string position.
- BYTE Font
- Size of the font - 0 = Normal, 1 = Double Width, 2 = Double Width and Height, 3 = Double Height
- BYTE Transparent
- Specifies if the background of the text is drawn - 0 = Background colour is drawn, 1 = Background colour not drawn.
Return value
- This call does not return a value
DrawLine
Draws a line with the current foreground colour from pixel location X1, Y1 to pixel location X2, Y2.
This call is provided by GLCD Base
Parameters
- UINT X1
- UINT Y1
- UINT X2
- UINT Y2
Return value
- This call does not return a value
Plot
Sets a pixel with the current foreground colour at pixel location X, Y.
This call is provided by GLCD Base
Parameters
- UINT X1
- UINT Y1
Return value
- This call does not return a value
DrawEllipse
Draws an ellipse object on the display with the center of the ellipse at the location X,Y
This call is provided by GLCD Base
Parameters
- UINT X
- X Coordinate for the center of the circle
- UINT Y
- Y coordinate for the center of the circle
- UINT XRadius
- Radius of the circle on the X axis specified in pixels
- UINT YRadius
- Radius of the circle on the Y axis specified in pixels
- BYTE Transparent
- 0=Fill inside circle using background colour / 1=Draw outer circle only
- BYTE Solid
- 0=Use Transparent Setting / 1=Fill with foreground colour
Return value
- This call does not return a value
SetDisplayOrientation
Controls the way data is printed out on the display allowing multiple different viewing orientations. Default is 0.
This call is provided by GLCD Base
Parameters
- BYTE Orientation
- 0=Default, 1=90°CW, 2=180°CW, 3=270°CW
Return value
- This call does not return a value
BPlot
Sets a pixel with the current background colour at pixel location X, Y.
This call is provided by GLCD Base
Parameters
- UINT X1
- UINT Y1
Return value
- This call does not return a value
This macro prints a string of characters to the Graphical LCD.
This call is provided by GLCD Base
Parameters
- <- STRING Str
- String of characters to send to the display.
- This parameter may be returned back to the caller
- UINT X1
- X pixel coordinate to set the output string position.
- UINT Y1
- Y pixel coordinate to set the output string position.
- BYTE Font
- Size of the font - 0 = Normal, 1 = Double Width, 2 = Double Width and Height, 3 = Double Height
- BYTE Transparent
- Specifies if the background of the text is drawn - 0 = Background colour is drawn, 1 = Background colour not drawn.
Return value
- This call does not return a value
ClearDisplay
This macro clears the display of any previous output by overwriting the entire display with the background colour.
This call is provided by GLCD Base
Parameters
- This macro has no parameters
Return value
- This call does not return a value
SetBackgroundColour
Specifies the colour of the background by creating a mixture of red, green and blue.
This call is provided by GLCD Base
Parameters
- BYTE Red
- 0 - 255 where 0 = no red and 255 = maximum red
- BYTE Green
- 0 - 255 where 0 = no green and 255 = maximum green
- BYTE Blue
- 0 - 255 where 0 = no blue and 255 = maximum blue
Return value
- This call does not return a value
DrawCircle
Draws a circle object on the display with the center of the circle at the location X,Y
This call is provided by GLCD Base
Parameters
- UINT X
- X Coordinate for the center of the circle
- UINT Y
- Y coordinate for the center of the circle
- UINT Radius
- Radius of the circle specified in pixels
- BYTE Transparent
- 0=Fill inside circle using background colour / 1=Draw outer circle only
- BYTE Solid
- 0=Use Transparent Setting / 1=Fill with foreground colour
Return value
- This call does not return a value
SetForegroundColour
Specifies the colour of the foreground by creating a mixture of red, green and blue.
This call is provided by GLCD Base
Parameters
- BYTE Red
- 0 - 255 where 0 = no red and 255 = maximum red
- BYTE Green
- 0 - 255 where 0 = no green and 255 = maximum green
- BYTE Blue
- 0 - 255 where 0 = no blue and 255 = maximum blue
Return value
- This call does not return a value
DrawRectangle
Draws a rectangle with the current foreground colour from pixel loaction X1, Y1 to pixel location X2, Y2.
This call is provided by GLCD Base
Parameters
- UINT X1
- UINT Y1
- UINT X2
- UINT Y2
- BYTE Transparent
- Chooses the transparency of the box - 0 = Box contains background colour, 1 = Box contains previous pixel data.
- BYTE Solid
- Chooses to fill the box with colour - 0 = Box contains transparency data, 1 = Box contains foreground colour.
Return value
- This call does not return a value
Initialise
The Init macro must be called once to initialise the Graphical LCD display before any other Graphical LCD component macros are called.
This call is provided by GLCD Base
Parameters
- This macro has no parameters
Return value
- This call does not return a value
Property reference
Pixel Height
This property is of type Signed integer and can be referenced with the variable name pixel_height.
Heigt of gLCD canvas measured in pixels.
Pixel Width
This property is of type Signed integer and can be referenced with the variable name pixel_width.
Width of gLCD canvas measured in pixels.
Monochrome
This property is of type True or false and can be referenced with the variable name monochrome.
Specifies if the display is capable of colour or monochrome only.
Foreground Color
This property is of type Color picker and can be referenced with the variable name foreground_colour.
Specifies the initial foreground color.
Background Colour
This property is of type Color picker and can be referenced with the variable name background_colour.
Specifies the initial background color.
Color Bit Depth
This property is of type Signed integer and can be referenced with the variable name colour_bit_depth.
Total color bit depth for the display.
Red Bit Depth
This property is of type Signed integer and can be referenced with the variable name red_bit_depth.
Specifies the red bit depth for the display.
Green Bit Depth
This property is of type Signed integer and can be referenced with the variable name green_bit_depth.
Specifies the green bit depth for the display.
Blue Bit Depth
This property is of type Signed integer and can be referenced with the variable name blue_bit_depth.
Specifies the blue bit depth for the display.
WR
This property is of type Single digital pin and can be referenced with the variable name wr_pin.
No additional information
RD
This property is of type Single digital pin and can be referenced with the variable name rd_pin.
No additional information
CE
This property is of type Single digital pin and can be referenced with the variable name ce_pin.
No additional information
CD
This property is of type Single digital pin and can be referenced with the variable name cd_pin.
No additional information
Reset
This property is of type Single digital pin and can be referenced with the variable name reset_pin.
No additional information
FS
This property is of type Single digital pin and can be referenced with the variable name fs_pin.
No additional information
Data Uses Port
This property is of type True or false and can be referenced with the variable name UsesPort.
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.
Data Port
This property is of type Digital port byte and can be referenced with the variable name DataPort.
No additional information
Display Method
This property is of type Fixed list of ints and can be referenced with the variable name DisplayMethod.
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.