skot / ESP-Miner

A bitcoin ASIC miner for the ESP32
GNU General Public License v3.0
360 stars 132 forks source link

Switch to a proper LCD library for the OLED #299

Open skot opened 2 months ago

skot commented 2 months ago

Espressif has a ESP-IDF library for LCD that's supports the I2C SSD1306 that we use on the Bitaxe. https://docs.espressif.com/projects/esp-idf/en/v5.2.2/esp32s3/api-reference/peripherals/lcd.html

Example for the I2C SSD1306 https://github.com/espressif/esp-idf/tree/v5.2.2/examples/peripherals/lcd/i2c_oled

mutatrum commented 2 weeks ago

LVGL?