Replies: 1 comment 3 replies
-
Almost impossible. U8g2 assumes some kind of display controller, which is not there with your display. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
There are lots of older Displays type LCM-553-60601 available.
This display is build with a MSM5238 and 6 MSM5839b circuits. I found the datasheets here:
mikrocontroller.net LCM-553-60601 LCD Grafikdisplay
There is also a information about the display included (lcm_info.pdf) which shows some details of the display:
e.g. 120 x 64 pixel (2x32)
I also found a modified T6963 library, the author statet it was tested with LCM-553-60601 display:
ct2034-T6963_Lib
I was able to compile the code with the arduino ide but the display is not working and I can even not see any signal at any ports (using an oszilloscope).
So my question is if there is a chance to support the LCM-553-60601 display via u8g2 lib.
I am also willing to support if possible
Beta Was this translation helpful? Give feedback.
All reactions