-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UC1611S and CG160160D #884
Comments
There is support for the UC1611 but not for your specific display dimensions: https://github.com/olikraus/u8g2/wiki/u8g2setupcpp#uc1611-ea_dogm240 However supporting your display dimensions should not be a big problem if you are willing to do some tests. We also need the datasheet for your display. |
Thank you for response! There is datasheet for display: http://www.cloverdisplay.com/pdf/CG160160D.pdf I would like to use parallel bus for this project, ideally 4-bit but I can see you support only 8 bit.. nevermind. |
Sure I will do a tests... I am just preparing HW |
todo: Update Init Sequence |
I have created a new beta release 2.26.4. Can you test the new constructor? The constructor should look like this (see also the examples)
CS1 of the display must be connected to 3.3V permanently. You can download the latest U8g2 beta release from here: https://github.com/olikraus/U8g2_Arduino/archive/master.zip
|
Thank you really much. I will test it as soon as the my PCB will be ready. (I do not use arduino, I have my own designed board with STM MCU). Best Regards Jan. |
PCB is done so I tried it by this way:
I had to add some delay as you can see, but the text is displayed on the LCD - it seems it works properly :-) |
Great... so I will close this issue. Feel free to reopen... |
Dear,
Do you know if the lib works with display CG160160D containing driver UC1611s?
Thank you.
Best Regards, Jan.
The text was updated successfully, but these errors were encountered: