Comments on: MicroPython: ESP32 Cheap Yellow Display Board – CYD (ESP32-2432S028R) https://randomnerdtutorials.com/micropython-cheap-yellow-display-board-cyd-esp32-2432s028r/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Tue, 06 May 2025 10:10:10 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Erwin https://randomnerdtutorials.com/micropython-cheap-yellow-display-board-cyd-esp32-2432s028r/#comment-1034611 Tue, 06 May 2025 10:10:10 +0000 https://randomnerdtutorials.com/?p=163176#comment-1034611 Hi Sara:
Really appreciating the guide!
The example ‘Draw shapes on the Display – Code’ gives an error stating ‘OSError: transfer on deinitialized SPI’. This is because display.cleanup() is executed twice. The easiest way to prevent the error is to remove display.cleanup() above the try: statement.

]]>
By: Sara Santos https://randomnerdtutorials.com/micropython-cheap-yellow-display-board-cyd-esp32-2432s028r/#comment-1034590 Tue, 06 May 2025 08:19:28 +0000 https://randomnerdtutorials.com/?p=163176#comment-1034590 In reply to Erwin.

Hi.
Thanks for those tips.
Regards,
Sara

]]>
By: Erwin https://randomnerdtutorials.com/micropython-cheap-yellow-display-board-cyd-esp32-2432s028r/#comment-1034395 Mon, 05 May 2025 18:40:29 +0000 https://randomnerdtutorials.com/?p=163176#comment-1034395 Thx again Sara for this helpful tutorial!
Probably worthwhile to mention >
If you have a not fully filled 90deg rotated screen : change the rotation argument of the Display function in main.py from 90 to 0 (or 180).
If you have red and blue colors swapped : change the bgr argument of the class Display constructor (init) in ILI9341.py from True to False.

]]>
By: Glenn Meader https://randomnerdtutorials.com/micropython-cheap-yellow-display-board-cyd-esp32-2432s028r/#comment-1005272 Tue, 04 Feb 2025 16:42:31 +0000 https://randomnerdtutorials.com/?p=163176#comment-1005272 In reply to Sara Santos.

https://github.com/de-dh/ESP32-Cheap-Yellow-Display-Micropython-LVGL

]]>
By: Mike Larthwell https://randomnerdtutorials.com/micropython-cheap-yellow-display-board-cyd-esp32-2432s028r/#comment-997361 Sun, 05 Jan 2025 18:10:45 +0000 https://randomnerdtutorials.com/?p=163176#comment-997361 Hi Sara
Great info again
How do you use the img2rgb565.py tool ?

]]>
By: Sara Santos https://randomnerdtutorials.com/micropython-cheap-yellow-display-board-cyd-esp32-2432s028r/#comment-997048 Sat, 04 Jan 2025 10:54:53 +0000 https://randomnerdtutorials.com/?p=163176#comment-997048 In reply to Ed Schmidt.

Hi.
You just need to upload a new code using Arduino IDE.
If you’re using the Pico, you need to press the BOOTSEL button on the board at the same time that you connect the Pico to your computer so that it goes into bootloader mode. Everything is explained in this tutorial: https://randomnerdtutorials.com/programming-raspberry-pi-pico-w-arduino-ide/
Regards,
Sara

]]>
By: Ed Schmidt https://randomnerdtutorials.com/micropython-cheap-yellow-display-board-cyd-esp32-2432s028r/#comment-996891 Fri, 03 Jan 2025 22:54:43 +0000 https://randomnerdtutorials.com/?p=163176#comment-996891 Very good article, I have been wanting to try MicroPython on my CYD. But I would like you to cover how to uninstall MicroPython and go back to programming with the Arduino IDE. I have been unable to uninstall it from my raspberry pi pico.

Thanks for all you do.

]]>
By: Glenn Meader https://randomnerdtutorials.com/micropython-cheap-yellow-display-board-cyd-esp32-2432s028r/#comment-993943 Mon, 23 Dec 2024 23:38:35 +0000 https://randomnerdtutorials.com/?p=163176#comment-993943 In reply to Sara Santos.

$60 Micropython and LVGL open source ESP32 computer with touchscreen. See how they successfully integrated LVGL with micropython.
tulip.computer/

]]>
By: Gamaliel Torres https://randomnerdtutorials.com/micropython-cheap-yellow-display-board-cyd-esp32-2432s028r/#comment-992822 Thu, 19 Dec 2024 19:18:30 +0000 https://randomnerdtutorials.com/?p=163176#comment-992822 So mouch thanks !! all operate fine.

]]>
By: Masuch https://randomnerdtutorials.com/micropython-cheap-yellow-display-board-cyd-esp32-2432s028r/#comment-992745 Thu, 19 Dec 2024 13:10:17 +0000 https://randomnerdtutorials.com/?p=163176#comment-992745 Hat mir sehr gut gefallen! Bei der Konvertierung anderer Bilder in raw habe ich Probleme.

Mfg

]]>