Hi all
I freely admit I am stupid, but I hope someone has enough patience to point me in the right direction.
A couple of years ago I developed a sensor analysis device using an Arduino ATMega 328 and a uOLED 128 G1 display. Everything worked as I wanted until the mylar connector from the Goldelox processor to the display became faulty.
I have since purchased four new displays for my prototypes which are the 128 G2. I would really prefer to use my Arduino program and just change the relevant commands for the new serial graphics language supported on the G2 but I seem to be going around in circles. I have tried replacing the old "newsoftwareserial" library with the new 4D systems library but I can't find what the correct syntax is for the library command set. The manual (Goldelox serial command manual) just lists the Library function at the bottom of each serial command description with no explanation of the function syntax.
Am I missing something (apart from brains)? I have searched everywhere for a serial command reference manual for the library functions but it doesn't exist. How can I use the 4D Systems library without knowing how to call the required functions?
I guess I could rewrite the program using the low level byte commands but would much prefer to use the high level functions in the Library.
Any Enlightenment with kind words or a baseball hat appreciated.
I freely admit I am stupid, but I hope someone has enough patience to point me in the right direction.
A couple of years ago I developed a sensor analysis device using an Arduino ATMega 328 and a uOLED 128 G1 display. Everything worked as I wanted until the mylar connector from the Goldelox processor to the display became faulty.
I have since purchased four new displays for my prototypes which are the 128 G2. I would really prefer to use my Arduino program and just change the relevant commands for the new serial graphics language supported on the G2 but I seem to be going around in circles. I have tried replacing the old "newsoftwareserial" library with the new 4D systems library but I can't find what the correct syntax is for the library command set. The manual (Goldelox serial command manual) just lists the Library function at the bottom of each serial command description with no explanation of the function syntax.
Am I missing something (apart from brains)? I have searched everywhere for a serial command reference manual for the library functions but it doesn't exist. How can I use the 4D Systems library without knowing how to call the required functions?
I guess I could rewrite the program using the low level byte commands but would much prefer to use the high level functions in the Library.
Any Enlightenment with kind words or a baseball hat appreciated.
Comment