InfiniSim/sim
Reinhold Gschweicher 8753661845 Handle MONITOR_ZOOM for screen transitions and captures
Something must have changed, but now the MONITOR_ZOOM factor must be
considered when calling `SDL_RenderReadPixels`. Always calling with a
monitor width and height of 240 results in a segmentation fault in said
function.

Fixes: https://github.com/InfiniTimeOrg/InfiniSim/issues/95
2023-05-03 22:36:25 +02:00
..
components motioncontroller: Fix changes in InfiniTime#1659 2023-03-10 10:18:16 +01:00
displayapp Handle MONITOR_ZOOM for screen transitions and captures 2023-05-03 22:36:25 +02:00
drivers use drivers/Hrs3300.h from InfiniTime 2023-05-03 21:16:30 +02:00
heartratetask Initial InfiniSim project 2022-02-17 22:57:08 +01:00
libraries Remove unused app_timer library 2023-02-25 19:49:58 +02:00
nrfx Use InfiniTime Watchdog.h by providing mdk/nrf.h and others 2023-05-03 20:59:58 +02:00
FreeRTOS.cpp Initial InfiniSim project 2022-02-17 22:57:08 +01:00
FreeRTOS.h add missing <string> and <cmath> includes 2022-02-26 21:37:21 +01:00
portmacro_cmsis.cpp Initial InfiniSim project 2022-02-17 22:57:08 +01:00
portmacro_cmsis.h Initial InfiniSim project 2022-02-17 22:57:08 +01:00
queue.cpp Initial InfiniSim project 2022-02-17 22:57:08 +01:00
queue.h Initial InfiniSim project 2022-02-17 22:57:08 +01:00
task.cpp Initial InfiniSim project 2022-02-17 22:57:08 +01:00
task.h Initial InfiniSim project 2022-02-17 22:57:08 +01:00
timers.cpp timers: Fix restarting timer from a timer 2023-02-27 19:03:18 +01:00
timers.h sim/timers: implement xTimerGetExpiryTime, xTimerIsActive, more accurate 2022-03-29 22:41:09 +02:00