- Install esp-idf:
git clone -b v4.0 --recursive https://github.com/espressif/esp-idf.git
cd esp-idf
git checkout 4c81978a3e2220674a432a588292a4c860eef27b
git submodule update --recursive
./install.sh
source ./export.sh
- Clone this repo recursively:
git clone https://github.com/stepansnigirev/esp32_embit.git --recursive
- Make:
make esp32
- Flash:
make flash
- Connect to the board
screen /dev/ttyUSB0 115200
- Play
No color & text support yet, but the display is working.
from m5 import display
display.fill(255)
display.off()
display.on()