Cesar_Morisco Active Member Licensed User Longtime User Jul 20, 2023 #1 Hey guys My DS18B20 sensor is blurring the 3 digits on the SSD1306 display can anybody help me SSD1306: Log("Temperature = ", NumberFormat(celsius,0,2),"°C") 'ssd.ClearDisplay ssd.GFX.SetCursor(15,18) ssd.GFX.ConfigureText(2,ssd.WHITE,False) 'ssd.GFX.DrawText(NumberFormat(celsius,0,1)) ssd.GFX.DrawText("T:").DrawText(NumberFormat(celsius,0,1)) ssd.GFX.DrawText(" oC") ssd.Display Attachments 20230720_153004.jpg 97.7 KB · Views: 261
Hey guys My DS18B20 sensor is blurring the 3 digits on the SSD1306 display can anybody help me SSD1306: Log("Temperature = ", NumberFormat(celsius,0,2),"°C") 'ssd.ClearDisplay ssd.GFX.SetCursor(15,18) ssd.GFX.ConfigureText(2,ssd.WHITE,False) 'ssd.GFX.DrawText(NumberFormat(celsius,0,1)) ssd.GFX.DrawText("T:").DrawText(NumberFormat(celsius,0,1)) ssd.GFX.DrawText(" oC") ssd.Display
janderkan Well-Known Member Licensed User Longtime User Jul 21, 2023 #2 Why do you think it is the sensor that blur the display ? If the relays are operated, it is more likely them. Upvote 0
Why do you think it is the sensor that blur the display ? If the relays are operated, it is more likely them.
rbghongade Well-Known Member Licensed User Longtime User Jul 21, 2023 #3 Probably power related issue or simply a loose connection! Upvote 0
E emexes Expert Licensed User Longtime User Jul 21, 2023 #4 Cesar_Morisco said: DS18B20 sensor is blurring the 3 digits on the SSD1306 display Click to expand... What kind of "blurring" ? the display is flickering? or the reading is rapidly changing ("noisy") ? or the display is dim? Upvote 0
Cesar_Morisco said: DS18B20 sensor is blurring the 3 digits on the SSD1306 display Click to expand... What kind of "blurring" ? the display is flickering? or the reading is rapidly changing ("noisy") ? or the display is dim?
Cesar_Morisco Active Member Licensed User Longtime User Jul 23, 2023 #5 Hey guys Thanks for the answers It was my mistake as usual A code detailer SSD1306: ssd.ClearDisplay "kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk Thank you from the heart Upvote 0
Hey guys Thanks for the answers It was my mistake as usual A code detailer SSD1306: ssd.ClearDisplay "kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk Thank you from the heart