InfiniSim/sim
Reinhold Gschweicher 04c923bd82 LittleVgl: implement screen transitions like on PineTime
Move lvgl display init from main.cpp into LittleVgl.cpp to be closer to
InfiniTime, where display initialization is also done in LitteVgl.cpp.

Enable the original FlushDisplay code to get the screen
transition animations like on the real PineTime.

Also slow down the rendering, to actually be able to see the screen
flushing.

For the Up and Down screen transitions implement the screen movement.
When moving Down, move the the whole screen content down, and then draw
the new part of the new screen at the top of the display. Repeat until
screen transition is finished.

Fixes: https://github.com/InfiniTimeOrg/InfiniSim/issues/13
2022-06-13 23:48:30 +07:00
..
components Remove MotorController, use nrf_gpio Motor pin, apptimer repeat (#34) 2022-06-05 22:03:53 +07:00
displayapp LittleVgl: implement screen transitions like on PineTime 2022-06-13 23:48:30 +07:00
drivers SpiNorFlash: check Read/Write for out of bounds 2022-05-15 22:47:41 +07:00
heartratetask Initial InfiniSim project 2022-02-17 22:57:08 +07:00
libraries Remove MotorController, use nrf_gpio Motor pin, apptimer repeat (#34) 2022-06-05 22:03:53 +07:00
nrfx Remove MotorController, use nrf_gpio Motor pin, apptimer repeat (#34) 2022-06-05 22:03:53 +07:00
FreeRTOS.cpp Initial InfiniSim project 2022-02-17 22:57:08 +07:00
FreeRTOS.h add missing <string> and <cmath> includes 2022-02-26 21:37:21 +07:00
portmacro_cmsis.cpp Initial InfiniSim project 2022-02-17 22:57:08 +07:00
portmacro_cmsis.h Initial InfiniSim project 2022-02-17 22:57:08 +07:00
queue.cpp Initial InfiniSim project 2022-02-17 22:57:08 +07:00
queue.h Initial InfiniSim project 2022-02-17 22:57:08 +07:00
task.cpp Initial InfiniSim project 2022-02-17 22:57:08 +07:00
task.h Initial InfiniSim project 2022-02-17 22:57:08 +07:00
timers.cpp sim/timers: implement xTimerGetExpiryTime, xTimerIsActive, more accurate 2022-03-29 22:41:09 +07:00
timers.h sim/timers: implement xTimerGetExpiryTime, xTimerIsActive, more accurate 2022-03-29 22:41:09 +07:00