russhughes / s3lcd

ESP_LCD based MicroPython driver for ESP32-S3 Devices with ST7789 or compatible displays.
Other
60 stars 10 forks source link

Getting error when compile the fimrware with IDF 4.4.6 and micropython v1.20.0 #27

Closed amplatzer closed 3 months ago

amplatzer commented 3 months ago

/s3lcd.c.obj -c /s3lcd/src/s3lcd.c /s3lcd/src/s3lcd.c: In function 's3lcd_idle_mode': /s3lcd/src/s3lcd.c:388:52: error: 'ST7796_IDLEOFF' undeclared (first use in this function); did you mean 'ST7789_IDLEOFF'? esp_lcd_panel_io_tx_param(self->io_handle, ST7796_IDLEOFF, NULL, 0); ^~~~~~ ST7789_IDLEOFF /s3lcd/src/s3lcd.c:388:52: note: each undeclared identifier is reported only once for each function it appears in ninja: build stopped: subcommand failed. ninja failed with exit code 1

russhughes commented 3 months ago

Yep, that’s a bug alright.