Releases: marcmerlin/IoTuz
IoTuz Demo with Touch Screen Calibration and Joystick/Rotary Encoder Controls.
Here is the touch screen calibrator:
You should be able to flash like this using the two .bin files in this release:
python /home/merlin/Arduino/hardware/espressif/esp32/tools/esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_freq 80m --flash_mode dio --flash_size 4MB 0x1000 /home/merlin/Arduino/hardware/espressif/esp32/tools/sdk/bin/bootloader.bin 0x8000 /tmp/arduino_build_348719/fulldemo.ino.partitions.bin 0xe000 /home/merlin/Arduino/hardware/espressif/esp32/tools/partitions/boot_app0.bin 0x10000 /tmp/arduino_build_348719/fulldemo.ino.bin
First IoTuz demo release with demosauce
This defaults back to the bit banging glitchy adafruit neopixel driver until we can fix the issues when I use the RMT driver (I2C crashes + analogread being broken)
You can try to flash it like this (note that you need 2 supplied files)
~/Arduino/hardware/espressif/esp32/tools/esptool --chip esp32 --port /dev/ttyUSB0 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_freq 80m --flash_mode dio --flash_size 4MB 0x1000 ~/Arduino/hardware/espressif/esp32/tools/sdk/bin/bootloader.bin 0x8000 fulldemo.ino.partitions.bin 0xe000 ~/Arduino/hardware/espressif/esp32/tools/partitions/boot_app0.bin 0x10000 fulldemo.ino.bin