-
Notifications
You must be signed in to change notification settings - Fork 139
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
Comments
I have one running marauder..but touchscreen not working.. |
VID_20231223_193725_0_COMPRESSED.0.mp4 |
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.... |
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.. Include the cs pin |
VID_20231226_121838_0_COMPRESSED.0.0.mp4 |
@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 |
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,
The text was updated successfully, but these errors were encountered: