adafruit / Adafruit-GFX-Library

Adafruit GFX graphics core Arduino library, this is the 'core' class that all our other graphics libraries derive from
https://learn.adafruit.com/adafruit-gfx-graphics-library
Other
2.36k stars 1.54k forks source link

add ARDUINO_ARCH_RTTHREAD to support RTduino #425

Closed mysterywolf closed 7 months ago

mysterywolf commented 1 year ago

add ARDUINO_ARCH_RTTHREAD to support RT-Thread/RTduino

RT-Thread is a opensource RTOS, and now RT-Thread software packages has fully support most of the Adafruit Arduino libraries, so that Adafruit Arduino libraries can directly run on RT-Thread BSPs: https://packages.rt-thread.org/en/search.html?search=adafruit

https://github.com/RT-Thread/rt-thread https://github.com/RTduino/RTduino