sbrin / lopaka

Lopaka - Stunning graphics for embedded systems displays
https://lopaka.app
Apache License 2.0
319 stars 19 forks source link

Integrate Additional Libraries TFT_eSPI #43

Closed sbrin closed 2 months ago

sbrin commented 7 months ago

Discussion: https://github.com/sbrin/lopaka/discussions/74

Docs: https://github.com/Bodmer/TFT_eSPI?tab=readme-ov-file

Support for TFT_eSPI library.

it's the most used arduino library for color displays, it's really simple and very similar to U8g2.

The task is to add these libraries, ensure they are covered, and check for the availability of all the required tools within them. If any tools or features are missing, they should be disabled.

sbrin commented 2 months ago

https://github.com/sbrin/lopaka/pull/156