help with nano v3 with oled 0.96" (128x64) and temp probe DS18B20

hello,

did Someone could help me to modify this code which currently appears: a logo on the screen followed by a text loop and the ability to view the probe from the serial monitor.

And I would like to place a loop with the logo followed by temperature monitoring followed by the text .
and the possibility of moving from one to the other using a push button.
and why not a push button for sleep mode

I hope I was clear enough because english is not my native language, thank you in advance to those who try to help me :slight_smile:

OneWire.h (7.04 KB)

DallasTemperature.h (6.64 KB)

data.h (18 KB)

combo.ino (7.62 KB)

any one??? plzzz

What part do you need help with? Formatting your code so it is readable? Understanding the comments that tell you that the code is displaying a logo? Getting rid of the stupid infinite loop in loop()?

Nothing in what you want to do is even remotely challenging, except maybe the sleep bit.