You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an ST7539 LCD with document addresses of 7C&7E, one is the command address, and the other is the data address. However, my screen addresses are 3E&3F because the driver I wrote myself can display normally. How can I set the data address and command address using U8G2, using "u8g2. setI2CAddress (0x7C)";
//u8g2.setI2CAddress(0x7E);” None of them can be achieved.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have an ST7539 LCD with document addresses of 7C&7E, one is the command address, and the other is the data address. However, my screen addresses are 3E&3F because the driver I wrote myself can display normally. How can I set the data address and command address using U8G2, using "u8g2. setI2CAddress (0x7C)";
//u8g2.setI2CAddress(0x7E);” None of them can be achieved.
Beta Was this translation helpful? Give feedback.
All reactions