Search found 2 matches
- 14 Feb 2017, 21:13
- Forum: ESP Easy: General Discussion
- Topic: OLED Scrolling Display
- Replies: 122
- Views: 226849
Re: OLED Scrolling Display
i just figured it out, maybe it helps others so i post it here: Note the name you give the OLED display on the Devices page, in my case i named it "Display". To change a text on line 4 via http: http://IP_number_ESP_device/control?cmd=Display,4,text_without_spaces To switch off : http://IP...
- 12 Feb 2017, 13:45
- Forum: ESP Easy: General Discussion
- Topic: OLED Scrolling Display
- Replies: 122
- Views: 226849
Re: OLED Scrolling Display
Got the scrolling display working fine, i like te big fonts ! However i want to be able to change / add a message to the display via a linux machine in this network. I am able to turn the display on/off via the curl command, sending a text via "curl IP_esp_easy/control?cmd=oled,1,1,text" d...