Skip to content

Library architecture

Aleksei Dynda edited this page Aug 28, 2019 · 1 revision

Library architecture

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