Difference between revisions of "GLCD"
From Flowcode Help
Jump to navigationJump to searchLine 2: | Line 2: | ||
===Monochrome=== | ===Monochrome=== | ||
+ | |||
+ | These displays are typically arrays of pixels that can be either switched on or off. | ||
+ | |||
+ | They tend to be fast to refresh and low cost but are limited in terms of what they can display. | ||
===Colour=== | ===Colour=== |
Revision as of 10:37, 30 May 2024
Contents
Types of graphical display
Monochrome
These displays are typically arrays of pixels that can be either switched on or off.
They tend to be fast to refresh and low cost but are limited in terms of what they can display.
Colour
Serial
Parallel
Core Functions
Additional Libraries
Examples
Changing the display
If you want to replace the display in one of the examples with a different display type then information on how to do this can be found on the Replacing a Component page.