InfiniSim/sim
Reinhold Gschweicher bf3a255ca4 Cst816s: scale down SDL mouse coordinates according to MONITOR_ZOOM
The lv_drivers provided monitor driver supports a `MONITOR_ZOOM`-factor
which scales the window by the set factor. This is 'useful when
simulating small screens'.

The zoom can be set as cmake configuration setting `-DMONITOR_ZOOM=1`.

Probably even more usefull for high-dpi screens where 240 pixels is
really tiny.
2022-03-30 20:51:41 +07:00
..
components sim: NimbleController: add stubs for new En/DisableRadio() functions 2022-02-26 21:37:21 +07:00
displayapp Initial InfiniSim project 2022-02-17 22:57:08 +07:00
drivers Cst816s: scale down SDL mouse coordinates according to MONITOR_ZOOM 2022-03-30 20:51:41 +07:00
heartratetask Initial InfiniSim project 2022-02-17 22:57:08 +07:00
libraries Initial InfiniSim project 2022-02-17 22:57:08 +07:00
nrfx add missing <string> and <cmath> includes 2022-02-26 21:37:21 +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