i have a 128x64 digole color display that I have been using from a C program, using the I2C interface.
I am moving the code to Javascript/nodeJS and would like to be able to use the display from a nodeJS server, e.g. using the i2c_bus library.
I have been unable to find any examples or NPM libraries to help with this.
If anyone can help, please provide a pointer or "hello, world" example.
I attempted to convert the "lcd.c" program to javascript but I am not clear how to modify lcd_init() or lcd_write().
thanks for any help.