FAQ

for anyone picking one of those LCD, to use u8glib with them, use constructor:U8GLIB_PCD8544 u8g(2, 3, 5, 4, 6);see http://code.google.com/p/u8... for reference.

userHead JaneYu 2015-06-23 09:12:53 18 Views0 Replies

for anyone picking one of those LCD, to use u8glib with them, use constructor:
U8GLIB_PCD8544 u8g(2, 3, 5, 4, 6);

see http://code.google.com/p/u8... for reference.