From 80a6bebd6b4d13940f924bac97c2bbdedd1a4c60 Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Fri, 14 Oct 2022 12:11:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=8B=BC=E5=86=99=E9=94=99?= =?UTF-8?q?=E8=AF=AF=EF=BC=8C=E4=BB=A3=E7=A0=81=E6=B2=A1=E8=BF=9E=E6=8E=A5?= =?UTF-8?q?=E5=88=B0=E4=B8=8B=E4=B8=80=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/atp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/arm11/atp.c b/source/arm11/atp.c index fa5d452..9e9ba65 100644 --- a/source/arm11/atp.c +++ b/source/arm11/atp.c @@ -197,7 +197,7 @@ static void draw_options( int start_row, int start_idx, int option_cnt, int sele #define SELECTED_ROW(top, len, sel) (((top) < (len)) ? ((len)-(top)+(sel)) : ((sel)+(len)-(top))) #define REFRESH_PAGE { \ - screen_clean(); + screen_clean(); \ if( idx_top < title_len ) \ { \ uint8_t* title_data[2]; \