fix: 修复之前提交中的一些问题

This commit is contained in:
2024-01-09 17:20:08 +08:00
parent 768bcbaa1c
commit 07f9bcc33d
6 changed files with 12 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
#include "jj_param.h"
#include "page_ui_widget.h"
#include "page.h"
#define LINE_HEAD 0
#define LINE_END DATA_NUM - 2
static char Text[] = "RealTime Param";
@@ -78,7 +79,7 @@ static void Event(page_event event)
} else if (Curser > LINE_END) {
Curser = LINE_HEAD;
}
Print_Curser(Curser, Curser_Last, RGB565_PURPLE);
Print_Curser(Curser, Curser_Last, RGB565_PURPLE);
} else if (1 == event_flag) {
if (page_event_forward == event) {
if (Param_Data[Curser].type == EFLOAT) {