Search found 3 matches

by 7_lol
13 Sep 2016, 22:02
Forum: ESP Easy: Software
Topic: Time
Replies: 5
Views: 4516

Re: Time

Drum wrote:I think this should explain it.
http://www.esp8266.nu/index.php/OLEDDisplay
ok im blind... thx

edit.
if someone will look for vars which can be used on displays here we go:
%sysname%
%systime%
%uptime%
%vcc%
%ip%
by 7_lol
13 Sep 2016, 14:46
Forum: ESP Easy: Software
Topic: Time
Replies: 5
Views: 4516

Time

Hello,
is there any option to show actual hour on display, when NTP is configured? We got Clock#Time event but we have any variable to show on LCD. It would be helpfull if next to uptime we would have actualTime/ hour.
by 7_lol
03 Sep 2016, 17:02
Forum: ESP Easy: Hardware
Topic: PCD8544 - Nokia 5110/3310 LCD - beta plugin
Replies: 88
Views: 111020

Re: PCD8544 - Nokia 5110/3310 LCD - beta plugin

Hello i took above code and made it works.. at least for me :D we also need lib from link above. Pinout is: Adafruit_PCD8544(14, 13, 12, 5, 4); // pin 14 - Serial clock out (SCLK) // pin 13 - Serial data out (DIN) // pin 12 - Data/Command select (D/C) // pin 5 - LCD chip select (CS) // pin 4 - LCD r...