1131 + config LV_USE_PERF_MONITOR 1132 + bool "Show CPU usage and FPS count." 1133 + depends on LV_USE_SYSMON 1134 + 1135 + choice 1136 + prompt "Performance monitor position." 1137 + depends on LV_USE_PERF_MONITOR 1138 + default LV_PERF_MONITOR_ALIGN_BOTTOM_RIGHT 1139 +...