11# LovyanGFX
22
3- Display (LCD / OLED / EPD) graphics library (for ESP32 SPI, I2C, 8bitParallel / ESP8266 SPI / ATSAMD51 SPI).
3+ Display (LCD / OLED / EPD) graphics library (for ESP32 SPI, I2C, 8bitParallel / ESP8266 SPI, I2C / ATSAMD51 SPI).
44M5Stack / M5StickC / TTGO T-Watch / ODROID-GO / ESP-WROVER-KIT / WioTerminal / and more...
55[ ![ examples] ( http://img.youtube.com/vi/SMOHRPqUZcQ/0.jpg )] ( http://www.youtube.com/watch?v=SMOHRPqUZcQ " examples ")
66[ ![ examples] ( http://img.youtube.com/vi/F5gsp41Elac/0.jpg )] ( http://www.youtube.com/watch?v=F5gsp41Elac " MultiPanel ")
@@ -21,6 +21,7 @@ This library mimics [AdafruitGFX](https://github.com/adafruit/Adafruit-GFX-Libra
2121 - オフスクリーンバッファ(スプライト)の高速な回転/拡縮描画
2222 - 複数ディスプレイの同時利用
2323 - モノクロディスプレイに対する減色描画の自動処理
24+ - OpenCVを描画先として利用でき、PC上で動作可能
2425
2526This library has the following advantages.
2627 - ArduinoESP32 and ESP-IDF are supported.
@@ -29,6 +30,19 @@ This library has the following advantages.
2930 - Fast rotation/expansion of the off-screen buffer (sprite).
3031 - Simultaneous use of multiple displays.
3132 - Automatic processing of color reduction drawing for monochrome displays.
33+ - OpenCV can be used as a drawing destination and can run on a PC.
34+
35+
36+ | | SPI | I2C | 8bit Para| 16bit Para|
37+ | :------:| :---:| :---:| :--------:| :--------:|
38+ | ESP32 | HW | HW | HW (I2S) | --- |
39+ | ESP32-S2| HW | HW | HW (I2S) | HW (I2S) |
40+ | ESP32-C3| HW | HW | --- | --- |
41+ | ESP8266 | HW | SW | --- | --- |
42+ | SAMD51 | HW | HW | --- | --- |
43+ | SAMD21 | HW | HW | --- | --- |
44+
45+ ※ HW = HardWare Peripheral / SW = SoftWare implementation
3246
3347
3448対応環境 support environments
@@ -60,7 +74,7 @@ This library has the following advantages.
6074 - ST7789 (M5StickCPlus, TTGO T-Watch, ESP-WROVER-KIT, Makerfabs MakePython, DSTIKE D-duino-32 XS)
6175 - ST7796 (WT32-SC01)
6276
63- - タッチスクリーン TouchScreens (only ESP32)
77+ - タッチスクリーン TouchScreens
6478 - I2C FT5x06 (FT5206, FT5306, FT5406, FT6206, FT6236, FT6336, FT6436)
6579 - I2C GT911
6680 - SPI XPT2046
0 commit comments