summaryrefslogtreecommitdiff
path: root/src/libs/lvgl/scripts/cppcheck_run.sh
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-03-08 21:46:25 +0100
committerJF <jf@codingfield.com>2020-03-08 21:46:25 +0100
commit0a5cd60fe86149f8958fc546e99f6370cb74950e (patch)
treed630a6c66d69d22c53b8011e215e1072875c6a29 /src/libs/lvgl/scripts/cppcheck_run.sh
parentd834f40c1014ac8926af9aaadc434a49e632b000 (diff)
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.
Diffstat (limited to 'src/libs/lvgl/scripts/cppcheck_run.sh')
-rwxr-xr-xsrc/libs/lvgl/scripts/cppcheck_run.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/lvgl/scripts/cppcheck_run.sh b/src/libs/lvgl/scripts/cppcheck_run.sh
new file mode 100755
index 00000000..1db16fc9
--- /dev/null
+++ b/src/libs/lvgl/scripts/cppcheck_run.sh
@@ -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
+