neutron3d / u8glib

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

FPS measure #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
http://arduino.cc/forum/index.php/topic,87474.30.html

a) render a full display bitmap
b) clear the display (might be done in s/w or by the module itself)
c) turning on all pixels, one pixel at a time.
   (might even want to do two of these as painting horizontally might be different than vertically)
d) render a full display of text in a natural font size like 6x8 or 8x8
 (maybe pick a single character like '@' so that everyone is rendering the same character).

Original issue reported on code.google.com by olikr...@gmail.com on 24 Jan 2012 at 11:47

GoogleCodeExporter commented 8 years ago
almost finished
calculate iFPS
include FPS as an example into the distribution

Original comment by olikr...@gmail.com on 27 Jan 2012 at 12:48

GoogleCodeExporter commented 8 years ago
no further ehancement required, FPS is part of Arduino examples

Original comment by olikr...@gmail.com on 28 Nov 2012 at 8:52