Skip to content

Meeting notes 2023‐08‐01

David Hebbeker edited this page Aug 5, 2023 · 1 revision
  • peripheral driver by LVGL is not available (yet) with LVGL version ≥8
  • LVGL may be configured using preprocessor macros or configuration file. Configuration file is preferred. Because CPP macros (compiler options in general) with PIO usually affect all compiled files. Separation of compiler options for different files is not without effort.
  • Pros and cons of PIO...
  • Branches in repository: main is for released versions, develop for the current development state new features are based upon. See also git flow.
Clone this wiki locally