Skip to content

MhageGH/esp32_ILI9328_15Puzzle

Repository files navigation

Esp32_ILI9328_15Puzzle

!!! NOTICE !!!

ILI9328 requires SPI_MODE3. But SPI_MODE2 and SPI_MODE3 configuration are inverted in my arduino-esp32 now. If your arduino-esp32 has correct SPI configuration, you need to change to SPI_MODE3. See ili9328.cpp.

15Puzzle

Prepare

Wiring

Jumper pad J1/J2 for setting power supply : J2 short (5V power supply) wiring1 wiring2

Development Environment

Coding reference

Controller

You can use SerialPort or WiFi TCP/UDP Controller as the controller. Buttons UP, RIGHT, DOWN, and LEFT are each assigned on characters '8', '6', '2', and '4' in the both case of SerialPort and WiFi UDP. You can set configuration by loading "WiFi_UDP_Controller_config.txt" for WiFi TCP/UDP Controller.

Releases

No releases published

Packages

No packages published