Difference between revisions of "Component: GLCD eINK (IL3829) (IL3829) (Graphical Monochrome)"
From Flowcode Help
Jump to navigationJump to search| Line 16: | Line 16: | ||
| ==Detailed description== | ==Detailed description== | ||
| + | |||
| + | Click here for an [[GLCD|in depth guide to graphical LCDs]] using Flowcode. | ||
| Information on the Fonts available for this component are available here. [[Component:_ID_1b08885c_807e_4631_930e_a4fef06159dc|GLCD Font Subcomponent]] | Information on the Fonts available for this component are available here. [[Component:_ID_1b08885c_807e_4631_930e_a4fef06159dc|GLCD Font Subcomponent]] | ||
Revision as of 12:38, 11 June 2024
| Author | Matrix Ltd | 
| Version | 1.6 | 
| Category | Graphical Monochrome | 
Contents
- 1 GLCD eINK (IL3829) component
- 2 Detailed description
- 3 Examples
- 4 Macro reference
- 4.1 BPlot
- 4.2 ClearDisplay
- 4.3 DrawCircle
- 4.4 DrawEllipse
- 4.5 DrawLine
- 4.6 DrawRectangle
- 4.7 Initialise
- 4.8 Plot
- 4.9 Print
- 4.10 PrintNumber
- 4.11 ReadFontStat
- 4.12 ReadFontWidth
- 4.13 Refresh
- 4.14 SetBackgroundColour
- 4.15 SetDisplayOrientation
- 4.16 SetFontScaler
- 4.17 SetForegroundColour
- 4.18 SetShadeIntensity
 
- 5 Property reference
- 6 Component Source Code
GLCD eINK (IL3829) component
Graphical display component based on the IL3829 monochrome graphical eINK controller IC. Functions without the use of a read pin by hosting the graphical memory using the microcontroller's RAM memory.
Detailed description
Click here for an in depth guide to graphical LCDs using Flowcode.
Information on the Fonts available for this component are available here. GLCD Font Subcomponent
Examples
No additional examples
Macro reference
BPlot
|   | BPlot | 
| Sets a pixel with the current background colour at pixel location X, Y. | |
|  - UINT | X1 | 
|  - UINT | Y1 | 
|  - VOID | Return | 
ClearDisplay
|   | ClearDisplay | 
| This macro clears the display of any previous output by overwriting the entire display with the background colour. | |
|  - VOID | Return | 
DrawCircle
DrawEllipse
DrawLine
|   | DrawLine | 
| Draws a line with the current foreground colour from pixel location X1, Y1 to pixel location X2, Y2. | |
|  - UINT | X1 | 
|  - UINT | Y1 | 
|  - UINT | X2 | 
|  - UINT | Y2 | 
|  - VOID | Return | 
DrawRectangle
Initialise
|   | Initialise | 
| The Init macro must be called once to initialise the Graphical LCD display before any other Graphical LCD component macros are called. | |
|  - VOID | Return | 
Plot
|   | Plot | 
| Sets a pixel with the current foreground colour at pixel location X, Y. | |
|  - UINT | X1 | 
|  - UINT | Y1 | 
|  - VOID | Return | 
PrintNumber
ReadFontStat
|   | ReadFontStat | 
| Gets a stat from the selected embedded ASCII font data. | |
|  - BYTE | Font | 
| Font selection range: 0 to (NumFonts - 1) | |
|  - BYTE | Index | 
| 0=SpaceWidth, 1=PixelHeight | |
|  - BYTE | Return | 
ReadFontWidth
Refresh
|   | Refresh | 
| Outputs the stored display data to the display | |
|  - VOID | Return | 
SetBackgroundColour
|   | SetBackgroundColour | 
| Specifies the colour of the background by creating a mixture of red, green and blue. | |
|  - BYTE | PixelColour | 
| 0=White, 1=Black | |
|  - VOID | Return | 
SetDisplayOrientation
SetFontScaler
SetForegroundColour
|   | SetForegroundColour | 
| Specifies the colour of the foreground by creating a mixture of red, green and blue. | |
|  - BYTE | PixelColour | 
| 0=White, 1=Black | |
|  - VOID | Return | 
SetShadeIntensity
|   | SetShadeIntensity | 
| Allows the shade intensity to be set allowing for up to 15 different greyscale levels. Range: 1-15 Default: 15 | |
|  - BYTE | Shade | 
| Range: 1-15 / 1=Dim / 15 = Bright | |
|  - VOID | Return | 
Property reference
Component Source Code
Please click here to download the component source project: FC_Comp_Source_GLCD_eink_IL3829.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_GLCD_eink_IL3829.fcfx











