Replies: 21 comments 7 replies
-
What are those errors? |
Beta Was this translation helpful? Give feedback.
-
I just did a build from scratch and it worked as it should. So there's something different in your setup. My assumption is that one of the files was not created properly. It seems the first line if My guess is that the file BTW: Where and how did you run the python scripts? Under Linux or Windows? If everything else fails, please zip your entire galagino directory containing the sketch and send it to me via email, so i can have a look and try to figure out which file differs and why. |
Beta Was this translation helpful? Give feedback.
-
Hi Till, |
Beta Was this translation helpful? Give feedback.
-
I am not using any TFT library and thus no config files like that. If you apply power and have the LED pin connected correctly then the ili9341 based display will light up bright white. If you have VCC (3.3V), GND and LED connected correctly then the screen should be white. If that doesn't work and you are using a different setup than mine then you need to figure out how to configure Galagino for that specific board. You need to control the Backlight, drive the displays reset line correctly and finally setup the correct SPI pins. I don't own one of the boards you use and can't easily help you with that. |
Beta Was this translation helpful? Give feedback.
-
Hi Till, |
Beta Was this translation helpful? Give feedback.
-
Great. How about audio and the controls? How did you solve that? I'll add your findings to the repository somehow so other TTGO T4 users can find tem. |
Beta Was this translation helpful? Give feedback.
-
Hi Till, |
Beta Was this translation helpful? Give feedback.
-
Hi Till, |
Beta Was this translation helpful? Give feedback.
-
The game timeout part is not finished yet. This needs some major changes as the current solution of resetting the ESP32 in order to return to the main menu causes some crackling noise which I'd like to avoid if the system is supposed to be sitting quietly in master attract mode without bothering anyone. |
Beta Was this translation helpful? Give feedback.
-
Hi Till, interessting topic about powering the Esp32 devices, there is a Gpo to Enable the 5 volt rail and lipo. To clarify the different power options : power via USB without battery I have to Enable for 5 Volt rail use, void setup() Greets |
Beta Was this translation helpful? Give feedback.
-
Hi Till, still following the progress, woodwork is done, looking for the right micro joystick on the web. Can you make a topic about the things must be done to patch the roms and the pitfalls where to patch, to embed more roms ? |
Beta Was this translation helpful? Give feedback.
-
You cannot simply add more ROMs and be done. For any new ROM you must also implement the hardware as well and analyze the graphics and sound ROMs and decide which format you want to convert them into to better suit the capabilities of the ESP32. |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
The game timeout option has never been used/finished. It was supposed to return from a game in attract mode after some time. So in attract mode Galagino would run attract modes of the different games in turn. The option to leave the menu after 20 seconds sitting idle is still there and enabled by default by option "MASTER_ATTRACT_MENU_TIMEOUT 20000" |
Beta Was this translation helpful? Give feedback.
-
Hi Till, if i understand correctly, you are still working on the attract mode, it is not finished yet. Greets from a fan |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for this cool project. I succeeded in converting the ROMs without any trouble. In the next step, compiling with Arduino IDE I get this error message: I2S_MODE_DAC_BUILT_IN' was not declared in this scope Do You have any idea about the reason? Thank you very much! In file included from C:\Users\Lappi\Documents\Arduino\libraries\FastLED\src/FastLED.h:75, pragma message "No hardware SPI pins defined. All SPI access will default to bitbanged output"^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
Beta Was this translation helpful? Give feedback.
-
Got the attraction mode working. |
Beta Was this translation helpful? Give feedback.
-
Hi, I need help. exit status 1 Compilation error: pacman_logo.h: No such file or directory Can anyone help me? |
Beta Was this translation helpful? Give feedback.
-
Does the file exist in your Galagino directory? You need to download all necessary files. |
Beta Was this translation helpful? Give feedback.
-
Hi, I compile galagino but in 1942.h the following 5 files are called which I cannot find. Where do I find it? |
Beta Was this translation helpful? Give feedback.
-
HI, How can I solve it? |
Beta Was this translation helpful? Give feedback.
-
Hi,
progressing on the project.
All the python scripts succeeded on the roms but with compile of the project the galaga_starseed.h is throwing struct errors.
It was a bad sample_boom file, resolved with newly converted file.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions