S3板载显示“ 实时刷新”字库修正

This commit is contained in:
Irene-Maxine
2025-08-09 23:36:33 +08:00
parent a632268f60
commit 6a35dab4cc
5 changed files with 13 additions and 13 deletions

View File

@@ -3539,9 +3539,9 @@ En.ANALOG = 'analog';
En.BITBOT = 'Feiyi';
En.MIXBOT = 'MixBot';
En.MICROPYTHON_BITBOT_SHUTDOWN_TOOLTIP = 'Shut down and disconnected under battery power. Only the motor output is turned off under USB power supply.';
En.ONBOARD_TFT_DISPLAY_SHAPE_RECT_MESSAGE0 = 'draw %1 rectangle %2 x %3 y %4 width %5 height %6 color %7';
En.ONBOARD_TFT_DISPLAY_HVLINE_MESSAGE0 = 'draw %1 line %2 x %3 y %4 length %5 color %6';
En.mpython_display_line_MESSAGE0 ='draw line %1 x1 %2 y1 %3 to x2 %4 y2 %5 color %6';
En.ONBOARD_TFT_DISPLAY_SHAPE_RECT_MESSAGE0 = 'draw %1 rectangle %2 x %3 y %4 width %5 height %6 color %7 real time refresh: %8';
En.ONBOARD_TFT_DISPLAY_HVLINE_MESSAGE0 = 'draw %1 line %2 x %3 y %4 length %5 color %6 real time refresh: %7';
En.onboard_mpython_display_line_MESSAGE0 ='draw line %1 x1 %2 y1 %3 to x2 %4 y2 %5 color %6 real time refresh: %7';
En.MIXLY_TOUCH_SLIDE = "slide touch";
En.MIXLY_TOUCH_SLIDE_TOOLTIP = "The touch value is close to 0 by default, increases when touching in the direction of IO3, and decreases when touching in the direction of IO4.";
En.MIXLY_EXTERN_SONAR = "ultrasonic sensor";
@@ -3555,7 +3555,7 @@ En.GET_RTCTIME = "Read RTC Time";
En.SET_TIME = "Set Time";
En.DRAW_CLOCK = "Draw Clock";
En.CLEAR_CLOCK = "Clear pointer";
En.ONBOARD_TFT_DISPLAY_SHAPE_CIRCLE_MESSAGE0 = 'draw %1 circle %2 x %3 y %4 radius %5 color %6';
En.ONBOARD_TFT_DISPLAY_SHAPE_CIRCLE_MESSAGE0 = 'draw %1 circle %2 x %3 y %4 radius %5 color %6 real time refresh: %7';
En.RETURN_SUCCESS_OR_NOT = "return success or not";
En.MIXLY_MIXBOT_SOUND_SET_LOUDNESS = 'Set microphone volume';
En.MIXLY_RECORD_AUDIO = 'Recorde audio';