Comments on: ESP32 Touchscreen On/Off Button – Cheap Yellow Display (ESP32-2432S028R) https://randomnerdtutorials.com/touchscreen-on-off-button-cheap-yellow-display-esp32-2432s028r/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Tue, 31 Dec 2024 17:43:30 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Ray Leiter https://randomnerdtutorials.com/touchscreen-on-off-button-cheap-yellow-display-esp32-2432s028r/#comment-996168 Tue, 31 Dec 2024 17:43:30 +0000 https://randomnerdtutorials.com/?p=150728#comment-996168 In reply to Józef.

Josef,
I was completely wrong in what I said about expecting the code to work as described.
I just ran the code, as received from RNT, and it worked exactly as described in the article.
I can only imagine that I was so confused back when I was doing this tutorial, that I didn’t clearly analyze the code to be sure I knew exactly what it was doing.
Back some time ago, I was exploring most of the articles Rui & Sara wrote dealing with several processors. I bought all their books and tried to explore everything, and I probably went too fast!
I’m sorry for misleading you, but I can tell you it is my experience that Rui & Sara are the very best at what they do, and they will give you all the help you need to be successful with their projects.
I’m certainly willing to help you, if I can, and I’m now taking more time to analyze the project code before I try running it.
I can tell you that in my 56 years of programming, I discovered the real learning occurs when you make the code you own (by modifying it to do something slightly different than its original purpose.
Good luck with your projects, I wish you well.

]]>
By: Józef https://randomnerdtutorials.com/touchscreen-on-off-button-cheap-yellow-display-esp32-2432s028r/#comment-996152 Tue, 31 Dec 2024 16:34:36 +0000 https://randomnerdtutorials.com/?p=150728#comment-996152 In reply to Ray Leiter.

Ok. I’ll be waiting. Best regards

]]>
By: Ray Leiter https://randomnerdtutorials.com/touchscreen-on-off-button-cheap-yellow-display-esp32-2432s028r/#comment-996150 Tue, 31 Dec 2024 16:19:58 +0000 https://randomnerdtutorials.com/?p=150728#comment-996150 In reply to Józef.

I’m sure I can help you.
I’ll need a day to get my stuff together — it’s been a while since I did anything with this project.

]]>
By: Józef https://randomnerdtutorials.com/touchscreen-on-off-button-cheap-yellow-display-esp32-2432s028r/#comment-996137 Tue, 31 Dec 2024 14:39:38 +0000 https://randomnerdtutorials.com/?p=150728#comment-996137 In reply to Ray Leiter.

I changed it according to your suggestion and I got a red button and ON instead of a green button and OFF. What else should I do to make the project fully work? Best regards

]]>
By: greg https://randomnerdtutorials.com/touchscreen-on-off-button-cheap-yellow-display-esp32-2432s028r/#comment-993496 Sun, 22 Dec 2024 11:46:19 +0000 https://randomnerdtutorials.com/?p=150728#comment-993496 In reply to Sara Santos.

hello,
that worked for me for the same issue…
thanks

]]>
By: Sara Santos https://randomnerdtutorials.com/touchscreen-on-off-button-cheap-yellow-display-esp32-2432s028r/#comment-977308 Tue, 29 Oct 2024 21:44:46 +0000 https://randomnerdtutorials.com/?p=150728#comment-977308 In reply to Edson Quaresma.

Hi.
In that case, you may need to uncomment
#define TFT_INVERSION_ON
in User_Setup.h

Let me know if this fixes the issue.

Regards,
Sara

]]>
By: Edson Quaresma https://randomnerdtutorials.com/touchscreen-on-off-button-cheap-yellow-display-esp32-2432s028r/#comment-977232 Tue, 29 Oct 2024 17:57:34 +0000 https://randomnerdtutorials.com/?p=150728#comment-977232 My sketch worked correctly, but I’m having problems with the colors. Instead of red I have magenta. Instead of green, I have Cyan. I tested on two ESP32 LVGL modules with the same problem.

]]>
By: Pentti https://randomnerdtutorials.com/touchscreen-on-off-button-cheap-yellow-display-esp32-2432s028r/#comment-957303 Sat, 14 Sep 2024 16:23:03 +0000 https://randomnerdtutorials.com/?p=150728#comment-957303 In reply to Mark D.

It seems to me that problem is TFT_sPI version. When I downgraded Ver. 2.5.43 to 2.5.34 example sketch “Display Text, Create Buttons and Slider” works ok after RND User_Setup.h update.

]]>
By: Mark D https://randomnerdtutorials.com/touchscreen-on-off-button-cheap-yellow-display-esp32-2432s028r/#comment-957282 Sat, 14 Sep 2024 14:37:35 +0000 https://randomnerdtutorials.com/?p=150728#comment-957282 In reply to Pentti.

In that case you should have used the correct drivers. Have you tried the earlier tutorials for the CYD without LVGL. It is work trying them first

]]>
By: Pentti https://randomnerdtutorials.com/touchscreen-on-off-button-cheap-yellow-display-esp32-2432s028r/#comment-957272 Sat, 14 Sep 2024 14:08:05 +0000 https://randomnerdtutorials.com/?p=150728#comment-957272 In reply to Mark D.

My mistake!
There is only one USB port on board. Boards are bought via Aliexpress:

https://www.aliexpress.com/item/1005007401669955.html?spm=a2g0o.store_pc_home.promoteWysiwyg_2003974127790.1005007401669955

]]>