Closed GoogleCodeExporter closed 8 years ago
Original comment by olikr...@gmail.com
on 26 Aug 2012 at 4:16
with my measuments, the speed improvements are very small, In fact i did not
measure any difference with the dogm128
I have added this code:
#ifdef U8G_HW_SPI_2X
SPSR = (1 << SPI2X); /* double speed, issue 89 */
#endif
This switch can be enabled in u8g.h
Original comment by olikr...@gmail.com
on 28 Aug 2012 at 8:17
I did some tests with U8GLIB_NHD27OLED_2X_BW
Clear screen (FPS.pde) is increasd from 6.8 to 7.0
I do not have a mega board so i can not do any testin with the mega board.
The double speed option is now avialable with a define statement.
Original comment by olikr...@gmail.com
on 28 Aug 2012 at 8:43
Original issue reported on code.google.com by
electric...@gmail.com
on 23 Aug 2012 at 3:50