-
-
Notifications
You must be signed in to change notification settings - Fork 56
Library architecture
Aleksei Dynda edited this page Aug 28, 2019
·
1 revision
The lcdgfx library sources structure:
- examples/ Sketches, some of which can be compiled for any platform
- src/ Main library sources
- canvas/ Canvas objects for drawing in RAM memory. Refer to canvas library for details.
- lcd_hal/ HAL layer - contains platform specific functions.
- v2/ Basic direct draw display functions