删除测温ADC,更改加热引脚与状态跟初始电平,优化屏幕显示函数,增加 用UFT8转GBK的Python脚本,测试有效,实际使用待完善
This commit is contained in:
23
Development_Docs/Serial_Screen_Docs/UTF8-GBK/text_utf8.txt
Normal file
23
Development_Docs/Serial_Screen_Docs/UTF8-GBK/text_utf8.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
# 按摩仪核心文本
|
||||
text_device_name=智能按摩仪
|
||||
text_device_loading=设备加载中请稍候
|
||||
text_start_massage=开始按摩
|
||||
text_start_heating=开始加热
|
||||
text_stop_massage=停止按摩
|
||||
text_stop_heating=停止加热
|
||||
text_massage_gear_1=按摩档位:1级
|
||||
text_massage_gear_2=按摩档位:2级
|
||||
text_massage_gear_3=按摩档位:3级
|
||||
text_massage_time_10=按摩时间:10分钟
|
||||
text_massage_time_15=按摩时间:15分钟
|
||||
text_massage_time_20=按摩时间:20分钟
|
||||
text_massage_time_30=按摩时间:30分钟
|
||||
text_massage_time_cont=按摩时间:持续
|
||||
text_remaining_time=剩余按摩时间为:%d
|
||||
|
||||
# 补充辅助文本)
|
||||
text_heating_on=加热已开启
|
||||
text_heating_off=加热已关闭
|
||||
text_massage_running=按摩中
|
||||
text_massage_paused=按摩已暂停
|
||||
text_massage_ended=按摩已结束
|
||||
Reference in New Issue
Block a user