Open GoogleCodeExporter opened 9 years ago
actually it should be:
case U8G_DEV_MSG_CONTRAST:
u8g_SetChipSelect(u8g, dev, 1);
u8g_SetAddress(u8g, dev, 0); /* instruction mode */
u8g_WriteByte(u8g, dev, 0x81);
u8g_WriteByte(u8g, dev, (*(uint8_t *)arg)); /* set contrast from, keep gain at 0 */
u8g_SetChipSelect(u8g, dev, 0);
return 1;
Original comment by olikr...@gmail.com
on 12 May 2015 at 5:36
Original issue reported on code.google.com by
olikr...@gmail.com
on 12 May 2015 at 12:51