ocgd / u8glib

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

4-Bit mode for ST7920 #129

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
4 bit mode seems to be a good compromise between refresh speed and pins needed 
(brings it down by 4) According to the datasheet for the chip: 
http://www.dfrobot.com/image/data/FIT0021/ST7920.pdf
it is capable of operating in 4 bit mode. Thank you for your hard work!

Original issue reported on code.google.com by JeffM...@gmail.com on 5 Jan 2013 at 7:26

GoogleCodeExporter commented 8 years ago
Sorry! I forgot to change the catagorey and priority! I also don't know how to 
edit it... 

Original comment by JeffM...@gmail.com on 5 Jan 2013 at 7:28

GoogleCodeExporter commented 8 years ago
Thanks for entering this issue. I will have a look at it.
ToDo:
Check data transfer for 4-Bit mode (use init seq on page 35 of the datasheet)

Original comment by olikr...@gmail.com on 5 Jan 2013 at 11:29

GoogleCodeExporter commented 8 years ago

Original comment by olikr...@gmail.com on 5 Jan 2013 at 11:29

GoogleCodeExporter commented 8 years ago

Original comment by olikr...@gmail.com on 27 Jan 2013 at 6:44

GoogleCodeExporter commented 8 years ago

Original comment by olikr...@gmail.com on 24 Feb 2013 at 10:37

GoogleCodeExporter commented 8 years ago
  ST7920_192X32_1X, SPI:    FPS: Clip=10.3 Box=5.5  @=7.2 Pix=3.9
  ST7920_192X32_4X, SPI:    FPS: Clip=10.9 Box=6.7  @=8.8 Pix=7.4
  ST7920_192X32_1X, 8Bit:    FPS: Clip=14.2 Box=6.1  @=8.4 Pix=4.2
  ST7920_192X32_4X, 8Bit:    FPS: Clip=14.2 Box=7.8  @=10.7 Pix=8.7
  ST7920_192X32_1X, HW SPI:    FPS: Clip=14.2 Box=6.3  @=8.7 Pix=4.3
  ST7920_192X32_4X, HW SPI:    FPS: Clip=15.3 Box=8.0  @=11.2 Pix=9.0

Original comment by olikr...@gmail.com on 2 Mar 2013 at 9:44

GoogleCodeExporter commented 8 years ago
not sure if i will have time to implement this...

Original comment by olikr...@gmail.com on 22 Jan 2014 at 7:12