Skip to content

stepansnigirev/esp32_embit

Repository files navigation

esp32_embit

  1. 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
  1. Clone this repo recursively:
git clone https://github.com/stepansnigirev/esp32_embit.git --recursive
  1. Make:
make esp32
  1. Flash:
make flash
  1. Connect to the board
screen /dev/ttyUSB0 115200
  1. Play

No color & text support yet, but the display is working.

from m5 import display
display.fill(255)
display.off()
display.on()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published