I wrote a small display driver and test program for C (Linux/Ubuntu). It uses a TTL to USB serial adapter but it should be portable to any small micro with only replacing a few routines. The project and source-code details can be found here:
https://github.com/jafrado/digole/blob/master/README.md
Merry Christmas!
-James
jfd
Total Posts:
3
Since:
2016-Dec-23
From:
United States
RE:Digole C Display Driver (Linux)
Posted at:2017-04-24 19:15:50
Hi Folks,
I also updated the code to have a better test suite and made a TODO list.
I am hoping someone from Digole will read the suggestions for better capabilities in TODO.
Best regards
-James
Service
Total Posts:
398
Since:
2013-Dec-22
From:
Canada
RE:Digole C Display Driver (Linux)
Posted at:2017-04-26 14:53:19
Thank you very much James!
jfd
Total Posts:
3
Since:
2016-Dec-23
From:
United States
RE:Digole C Display Driver (Linux)
Posted at:2017-05-08 02:14:39
You're welcome!
FYI, I just added SPI support for Raspberry Pi.
I will add I2C when I get some free time and I also ported to Microchip PIC.
charles young
Total Posts:
2
Since:
2017-Sep-30
From:
United States
RE:Digole C Display Driver with Microchip
Posted at:2018-01-28 15:02:19
I would like to use this display using I2C and Microchip PIC. Did you ever get your driver to work for this combination?