-
Notifications
You must be signed in to change notification settings - Fork 11
Use Different Board #31
-
What parts of the code would I need to modify if I wanted to use it on a different esp32 board? I want to make a bigger version of hellocubic. Also thank you for making this open source project!
Example of what I got:
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 2 replies
-
Took me a few days, bunch of research and a lot of redo because of mistakes but got it loading on my eap32s3 with modified st7701 display.
Uploading PXL_20260423_184520920.jpg...
Beta Was this translation helpful? Give feedback.
All reactions
-
Hello,
Thanks for your interest in this project ! 😊
I think making it work with a different board than the original (which is ESP8266-based, not ESP32) would result in a "new project".
The current goal is simply to provide an alternative firmware to original Geekmagic things, since the original is closed-source. With ESP32 capabilities, you can have a much better codebase and you need others libs to optimize/work with ESP32 (e.g : ESP8266WebServer is for... ESP8266, not ESP32)
Beta Was this translation helpful? Give feedback.
All reactions
-
No worries. I realized soon on almost all of it needed a facelift for a new board and screen. I kept names the same so when you make updates I can re-implement them in my custom version. So much time you saved me by building such a good structured base. So thank you again for all this! Made it fun and easy for newbie like me getting into arduino boards and coding. I will keep an eye on your project with excitement.
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1 -
🚀 1