esp32_ILI9328_Pacman icon indicating copy to clipboard operation
esp32_ILI9328_Pacman copied to clipboard

Fixing case on non-windows systems

Open tobozo opened this issue 7 years ago • 1 comments

Got this dreadful error message when compiling from Arduino on Ubuntu Linux:

esp32_ILI9328_Pacman.ino:59:28: fatal error: DrawindexedMap.h: No such file or directory
compilation terminated.

Putting the right the case in the file include did the fix.

tobozo avatar Mar 08 '18 16:03 tobozo

Also added some sound on this M5Stack version https://github.com/tobozo/M5Stack-Pacman-JoyPSP

tobozo avatar Mar 11 '18 20:03 tobozo