U6143_ssd1306 icon indicating copy to clipboard operation
U6143_ssd1306 copied to clipboard

Display Custom Info?

Open almulder opened this issue 3 years ago • 2 comments

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.

almulder avatar Apr 04 '21 06:04 almulder

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

robiwisc avatar Apr 13 '21 04:04 robiwisc

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 <wiringPiI2C.h> | ^~~~~~~~~~~~~~~ compilation terminated. make: *** [: ssd1306_i2c.o] Error 1

Thanks.

Agilurso avatar Jan 12 '22 22:01 Agilurso