Skip to content
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

ST7565R JLX12864-378G V2.0 #440

Closed
Upcycle-Electronics opened this issue Nov 30, 2017 · 4 comments
Closed

ST7565R JLX12864-378G V2.0 #440

Upcycle-Electronics opened this issue Nov 30, 2017 · 4 comments
Milestone

Comments

@Upcycle-Electronics
Copy link

Hello Oliver,
I'm new to Git so bare with me please. I tried to test a JLX12864G-378 V2.0 display module using your library. The datasheet is mostly in Chinese, but it appears to use the ST7565R controller. I tried serveral different constructors for the ST7565 and ST7567. None of them are perfect. The list of constructors I used to test the display are here
//The following were tested with the JLX12864G-378 V2.0 and pictures sent //U8G2_ST7565_ZOLEN_128X64_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 12, /* dc=*/ 10, /* reset=*/ 9); //U8G2_ST7567_JLX12864_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 12, /* dc=*/ 10, /* reset=*/ 9); //U8G2_ST7565_ERC12864_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 12, /* dc=*/ 10, /* reset=*/ 9); //U8G2_ST7565_LM6059_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 12, /* dc=*/ 10, /* reset=*/ 9); //U8G2_ST7565_EA_DOGM128_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 12, /* dc=*/ 10, /* reset=*/ 9); //U8G2_ST7565_64128N_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 12, /* dc=*/ 10, /* reset=*/ 9); //U8G2_ST7565_NHD_C12864_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 12, /* dc=*/ 10, /* reset=*/ 9);
jlx12864-378 v2 st7565r test with u8g2 lib
This LCD is used on a lot of AVR Transistor Tester clones from China. I thought I'd pass along the info if you ever want to support it in your library. The datasheet for the display is found here:
-Jake

@olikraus
Copy link
Owner

olikraus commented Dec 2, 2017

Then you should use the NHC_C12864 constructor and activate flip mode.

@Upcycle-Electronics
Copy link
Author

No problem.

@olikraus
Copy link
Owner

olikraus commented Apr 9, 2018

Create an alias for the NHD_C12864: ST7565_JLX12864

@olikraus olikraus reopened this Apr 9, 2018
@olikraus olikraus added this to the 2.22 milestone Apr 9, 2018
olikraus added a commit that referenced this issue Apr 14, 2018
olikraus added a commit that referenced this issue Apr 14, 2018
olikraus added a commit that referenced this issue Apr 14, 2018
@olikraus
Copy link
Owner

Alias created...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants