Skip to content

MhageGH/esp32_ILI9328_15Puzzle

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
 
 
 
 

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.

About

15 Puzzle on esp32 and ILI9328

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published