Comments on: ESP32 with LVGL: Display DS18B20 Sensor Readings on TFT LCD (Text and Arc) https://randomnerdtutorials.com/esp32-lvgl-ds18b20-tempreature-tft-display/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Mon, 14 Oct 2024 14:47:54 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Mikael Jost https://randomnerdtutorials.com/esp32-lvgl-ds18b20-tempreature-tft-display/#comment-951196 Sun, 25 Aug 2024 18:38:16 +0000 https://randomnerdtutorials.com/?p=159669#comment-951196 Do you know how I can make it so that after X seconds it changes to another screen with data from another sensor?

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-lvgl-ds18b20-tempreature-tft-display/#comment-949243 Mon, 19 Aug 2024 09:03:27 +0000 https://randomnerdtutorials.com/?p=159669#comment-949243 In reply to Mikael Jost.

Hi.
Open the User_Setup file and change the file with the pins you’re using.

I hope this helps.

Regards,
Sara

]]>
By: Mikael Jost https://randomnerdtutorials.com/esp32-lvgl-ds18b20-tempreature-tft-display/#comment-948813 Sat, 17 Aug 2024 14:14:01 +0000 https://randomnerdtutorials.com/?p=159669#comment-948813 My ESP32 is a different model, how do I change the display’s GPIO?

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-lvgl-ds18b20-tempreature-tft-display/#comment-933222 Tue, 02 Jul 2024 09:29:46 +0000 https://randomnerdtutorials.com/?p=159669#comment-933222 In reply to Old man Bert.

Hi.
That command is used to rotate the touchscreen and not the display (the visual part of it).

One of our readers shared this solution to change the display orientation:

“the orientation of the display can be changed with lv_display_set_rotation(disp, LV_DISPLAY_ROTATION_0/90/180/270). LVGL will swap the horizontal and vertical resolutions internally according to the set degree. When changing the rotation LV_EVENT_SIZE_CHANGED is sent to the display to allow reconfiguring the hardware. In lack of hardware display rotation support lv_draw_sw_rotate can be used to rotate the buffer in the flush_cb”

However, I haven’t tried this solution yet.

Regards,
Sara

]]>
By: Old man Bert https://randomnerdtutorials.com/esp32-lvgl-ds18b20-tempreature-tft-display/#comment-933209 Tue, 02 Jul 2024 08:59:11 +0000 https://randomnerdtutorials.com/?p=159669#comment-933209 I can use the touchscreen.setRotation(3); change to touchscreen.setRotation(1); But the screen then remains upside down. The slider and buttons also no longer work. greetings from old man Bert

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-lvgl-ds18b20-tempreature-tft-display/#comment-932029 Sat, 29 Jun 2024 22:06:17 +0000 https://randomnerdtutorials.com/?p=159669#comment-932029 In reply to Ryan Sieber.

That’s great.
I hope you find our tutorials useful.
Regards,
Sara

]]>
By: Ryan Sieber https://randomnerdtutorials.com/esp32-lvgl-ds18b20-tempreature-tft-display/#comment-931928 Sat, 29 Jun 2024 15:05:04 +0000 https://randomnerdtutorials.com/?p=159669#comment-931928 Amazing! Just what I was looking for. I purchased a board with display over a year ago for the purposes of learning LVGL but couldn’t find basic tutorials. Thank you Sara and RNT!

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-lvgl-ds18b20-tempreature-tft-display/#comment-931916 Sat, 29 Jun 2024 13:58:06 +0000 https://randomnerdtutorials.com/?p=159669#comment-931916 In reply to Bob Wareham.

That’s great.
Thanks for your feedback.
Regards,
Sara

]]>
By: Bob Wareham https://randomnerdtutorials.com/esp32-lvgl-ds18b20-tempreature-tft-display/#comment-931595 Fri, 28 Jun 2024 09:03:03 +0000 https://randomnerdtutorials.com/?p=159669#comment-931595 Very nice project, it looks good with this display, so bay be I will follow your tutorial and make one.
Always love your projects as you go the extra mile to explain how the code works and how to wire it all

Thanks again Bob

]]>