Defragster / OLEDPRO

OLED for digistump Pro
0 stars 1 forks source link

TIM TODO #3

Open Defragster opened 10 years ago

Defragster commented 10 years ago

X:: DONE: power up UNO and PRO on separate OLED's to run side by side

_:: IFDEF out all the LED code but the OLED 1306

to shrink code and minimize extraneous errors

_:: REMOVE the global rst_RST variable (ifdef?) and check in to prove the DIFF and behavior

_:: Find 9DOF library for PRO and get it working

Ideally with OLED for (debug) output

_:: Run raw loops PRO .vs. UNO and show timing to compare MCU speeds

24.5 hours busy test loop UNO ran 48% faster than Pro completing 22,991 loops versus 15,499 Smile image draws visibly smoother/faster on UNO

_:: 'OLED STRING' print (like Int/Long) versus using the system .print system call.

consider constrained print to track # lines/columns printed to prevent inversion trashing Confirm display inversion trash is not from .print, perhaps it is a system fault