Xinyuan-LilyGO / LilyGo-esp32s2-base

33 stars 7 forks source link

Support for Arduino IDE #7

Open limaomerces opened 2 years ago

limaomerces commented 2 years ago

how should I proceed to use it in Arduino IDE ( https://www.arduino.cc/en/software/ )

There is currently support for:

But, it does not have the TTGO T8. Apparently the code presented is only for Esp-IDF, not for Arduino IDE. (https://ibb.co/xMQWn3f)

StormingMoose commented 2 years ago

I have the same question.

alehanderoo commented 1 year ago

see: https://github.com/Xinyuan-LilyGO/LilyGo-T-Display-S2 Works great in platformio if you use: [env:esp32-s2-saola-1] platform = espressif32 board = esp32-s2-saola-1 framework = arduino

Working on getting the SD card to work..