When a full screen refresh is done, apply a vertical scroll during the refresh. This makes the transition from one screen the another one smoother, even if the refresh rate is slow.
This commit is contained in:
parent
d834f40c10
commit
0a5cd60fe8
212 changed files with 89114 additions and 32 deletions
2
src/libs/lvgl/scripts/cppcheck_run.sh
Executable file
2
src/libs/lvgl/scripts/cppcheck_run.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
cppcheck --template="{severity}\t{file}:{line}\t{id}: {message}" --enable=all ../src/ --output-file=cppcheck_res.txt --suppress=unusedFunction --suppress=preprocessorErrorDirective --force
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue