UCTRONICS / U6143_ssd1306

70 stars 88 forks source link

Display Custom Info? #4

Open almulder opened 3 years ago

almulder commented 3 years ago

Is there any way to make an option that we can select what is displayed?

Would like where the IP address is displayed to show a name, (one we can add as we see fit)

then have the IP address in the lower section added to the loop of info displayed.

robiwisc commented 3 years ago

I created a fork where I replaced the IP address with the hostname of the device and added the IP address to the loop.

Agilurso commented 2 years ago

I created a fork where I replaced the IP address with the hostname of the device and added the IP address to the loop.

Hey, I've been using the UCTRONICS version, but I decided to give yours a try... But, when I compile any version of your fork I get the error:

ssd1306_i2c.c:7:10: fatal error: wiringPiI2C.h: No such file or directory 7 | #include | ^~~~~~~ compilation terminated. make: *** [: ssd1306_i2c.o] Error 1

Thanks.