maxgerhardt / pio-waveshare-s3

Waveshare ESP32-S3-Touch-LCD-1.28 support within PlatformIO
3 stars 3 forks source link

variant causes compiler error #1

Open kabongsteve opened 1 week ago

kabongsteve commented 1 week ago

The line "variant": "waveshare_esp32s3_touch_lcd_128"

causes my system to compile with the error pins_arduino.h not found.

but if i make it match mcu and use "esp32s3"

then i don't get the error and all compiles as expected

kabongsteve commented 1 week ago

Otherwise, it brilliantly resolved my issues with PSRAM and other minor defects