Brotanz / u8glib

Automatically exported from code.google.com/p/u8glib
0 stars 0 forks source link

New C++ Interface for ST7920 #148

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
remove unused pins

U8GLIB_ST7920_192X32_1X(uint8_t sck, uint8_t mosi, uint8_t cs, uint8_t reset = 
U8G_PIN_NONE) 
U8GLIB_ST7920_192X32_1X(uint8_t cs, uint8_t reset = U8G_PIN_NONE) 
U8GLIB_ST7920_192X32_1X(uint8_t d0, uint8_t d1, uint8_t d2, uint8_t d3, uint8_t 
d4, uint8_t d5, uint8_t d6, uint8_t d7, uint8_t en, uint8_t di, uint8_t rw = 
U8G_PIN_NONE, uint8_t reset = U8G_PIN_NONE) 

New interface has 1x (2x) 4x at the end

together with introduction of 4x buffer

Original issue reported on code.google.com by olikr...@gmail.com on 28 Feb 2013 at 10:11

GoogleCodeExporter commented 8 years ago
added to device list

Original comment by olikr...@gmail.com on 2 Mar 2013 at 8:56