I am using 4 CFAG12864Q1-TFH displays. The processor I am using is a Arduino Mega 2560. The Library is OliKraus's
U8G2_ST7565_ERC12864_F_4W_HW_SPI u8g2(U8G2_R0, 47, 48, 49).
The Code I am using currently is very basic as I am at this point checking to see if I can get the display to work. At his point, it does.
The problem I am having is that the contrast level seems to be to high as I am getting a rather dark back ground on the entire screen. Currently, I have the contrast level set at "0". This is as low as I can go as the variable is an integer.
Questions:
1): Is the library I am using the correct one??
2): How can I lower the contrast lower??
Ken
U8G2_ST7565_ERC12864_F_4W_HW_SPI u8g2(U8G2_R0, 47, 48, 49).
The Code I am using currently is very basic as I am at this point checking to see if I can get the display to work. At his point, it does.
The problem I am having is that the contrast level seems to be to high as I am getting a rather dark back ground on the entire screen. Currently, I have the contrast level set at "0". This is as low as I can go as the variable is an integer.
Questions:
1): Is the library I am using the correct one??
2): How can I lower the contrast lower??
Ken
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.