Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support requested for the "cheap yellow display" ESP32-2432S028R #56

Open
knightr1d3r007 opened this issue Dec 23, 2023 · 9 comments
Open

Comments

@knightr1d3r007
Copy link

Hopefully support for the ESP32-2432S028R can be added to the scripts to build the images.
This device is ESP32, has a 2.4" display, touch screen and a SDcard reader. This hardware is practically a ready to go Marauder (well, if you bring support for the installation). Some info on this device https://hackaday.com/2023/10/28/cheap-yellow-display-builds-community-through-hardware/
Cheers,

@smoochiee
Copy link

smoochiee commented Dec 23, 2023

I have one running marauder..but touchscreen not working..

@smoochiee
Copy link

VID_20231223_193725_0_COMPRESSED.0.mp4

@knightr1d3r007
Copy link
Author

Great! you were already doing work toward the same goal. I believe the issue there for the touch screen to work is that TFT_eSPI assign different pins to the touch screen. That situation is mentioned here: Bodmer/TFT_eSPI#2677

I was gathering info on how to deal with that annoyance and I found this page from the youtuber LevelenteDaradici where it shows the reassignment of the pins on the file User_Setup.h for the TFT_eSPI to handle the touchscreen. Here the page: https://pastebin.com/im6ktdcx

@smoochiee
Copy link

smoochiee commented Dec 24, 2023

Great! you were already doing work toward the same goal. I believe the issue there for the touch screen to work is that TFT_eSPI assign different pins to the touch screen. That situation is mentioned here: Bodmer/TFT_eSPI#2677

I was gathering info on how to deal with that annoyance and I found this page from the youtuber LevelenteDaradici where it shows the reassignment of the pins on the file User_Setup.h for the TFT_eSPI to handle the touchscreen. Here the page: https://pastebin.com/im6ktdcx

Already tried soldering the miso,mosi,clk of touch to lcd miso,mosi,clk..but still touch not working..added 5 way tactile button to make this usable..hook up button on IO0,IO27,IO22....

@knightr1d3r007
Copy link
Author

Hey @smoochiee would you mind sharing the changes/mods you made to build the marauder for your device, so I can try your build and hopefully make the touchscreen work. I've seen you forked the Mararuder on your github, but there were no changes there.

@smoochiee
Copy link

Hey @smoochiee would you mind sharing the changes/mods you made to build the marauder for your device, so I can try your build and hopefully make the touchscreen work. I've seen you forked the Mararuder on your github, but there were no changes there.

https://github.com/smoochiee/ESP32Marauder/tree/master

@smoochiee
Copy link

smoochiee commented Dec 26, 2023

Hey @smoochiee would you mind sharing the changes/mods you made to build the marauder for your device, so I can try your build and hopefully make the touchscreen work. I've seen you forked the Mararuder on your github, but there were no changes there.

Touch is working you need to solder miso,mosi,clk,and cs,,same pin as the screen..Screenshot_2023-12-22-11-57-32-331_com.android.chrome.jpg

Include the cs pin

@smoochiee
Copy link

VID_20231226_121838_0_COMPRESSED.0.0.mp4

@knightr1d3r007
Copy link
Author

@smoochiee Would you please add details to your github repo. There are others trying the same on reddit and on the CYD on discord (https://discord.com/channels/630078152038809611/1109228361441620028/1188105082554818650). Perhaps this build can be added to the @SkeletonMan03 scripts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants