feat(scripts): support lvgl running on the unix #9
Annotations
10 errors
Ruff (F841):
scripts/display_driver_utils.py#L103
scripts/display_driver_utils.py:103:13: F841 Local variable `tft` is assigned to but never used
|
Ruff (E701):
scripts/evdev.py#L73
scripts/evdev.py:73:23: E701 Multiple statements on one line (colon)
|
Ruff (F841):
scripts/lv_timer.py#L21
scripts/lv_timer.py:21:19: F841 Local variable `e` is assigned to but never used
|
Ruff (F821):
scripts/tpcal.py#L55
scripts/tpcal.py:55:19: F821 Undefined name `const`
|
Ruff (F821):
scripts/tpcal.py#L56
scripts/tpcal.py:56:21: F821 Undefined name `const`
|
Ruff (F821):
scripts/tpcal.py#L57
scripts/tpcal.py:57:20: F821 Undefined name `const`
|
Ruff (F821):
scripts/tpcal.py#L59
scripts/tpcal.py:59:20: F821 Undefined name `const`
|
Ruff (F821):
scripts/tpcal.py#L60
scripts/tpcal.py:60:24: F821 Undefined name `const`
|
Ruff (F821):
scripts/tpcal.py#L74
scripts/tpcal.py:74:27: F821 Undefined name `TP_MAX_VALUE`
|
Ruff (F821):
scripts/tpcal.py#L74
scripts/tpcal.py:74:41: F821 Undefined name `TP_MAX_VALUE`
|