Brotanz / u8glib

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

Add support for UC1601 COG #170

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
integrate u8g_dev_uc1601_128032COG.c (see e-mail)
into u8glib

Original issue reported on code.google.com by olikr...@gmail.com on 22 May 2013 at 5:00

GoogleCodeExporter commented 8 years ago
rename to uc1601_c128032
added u8glib contructor U8GLIB_UC1601_C128032

ToDo
  document U8GLIB_UC1601_C128032 (hw+sw spi)
  fix mirrored display

Original comment by olikr...@gmail.com on 22 May 2013 at 5:15

GoogleCodeExporter commented 8 years ago
0x0c4: mirror y
0x0c2: mirror x
0x0c6: mirror x and y

Original comment by olikr...@gmail.com on 22 May 2013 at 5:19

GoogleCodeExporter commented 8 years ago
--> mirror x, c2 and start output at column 4

Original comment by olikr...@gmail.com on 22 May 2013 at 8:20

GoogleCodeExporter commented 8 years ago
current implementation works
ToDo
- documentation

Original comment by olikr...@gmail.com on 23 May 2013 at 9:01

GoogleCodeExporter commented 8 years ago
Chip actually is UC1601s

Original comment by olikr...@gmail.com on 26 May 2013 at 1:30

GoogleCodeExporter commented 8 years ago
done

Original comment by olikr...@gmail.com on 4 Jun 2013 at 7:56