U6143_ssd1306
U6143_ssd1306 copied to clipboard
Display Custom Info?
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.
I created a fork where I replaced the IP address with the hostname of the device and added the IP address to the loop.
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: *** [
Thanks.