LilyGo-esp32s2-base icon indicating copy to clipboard operation
LilyGo-esp32s2-base copied to clipboard

Support for Arduino IDE

Open limaomerces opened this issue 3 years ago • 2 comments

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

There is currently support for:

  • Esp32S2 Dev Module
  • ESP32S2 Native USB
  • TTGO Lora32 OLED
  • TTGO T1
  • TTGO T7 1.3 Mini 32
  • TTGO T7 1.4 Mini 32
  • TTGO T-Ol PLUS RISC-V Esp32-C3
  • SparkFun Esp32-s2 Thing Plus
  • Adafruit Metro Esp32-S2
  • Adafruit Feather Esp32-s2
  • Adafruit Feather Esp32-s2 TFT
  • Adafruit QT-py Esp32-s2
  • ATmegaZero Esp32-s2

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)

limaomerces avatar Feb 09 '22 16:02 limaomerces

I have the same question.

StormingMoose avatar Apr 28 '22 19:04 StormingMoose

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..

alehanderoo avatar Nov 29 '22 22:11 alehanderoo