sggt/App/APP_WU/Inc/app_screen_setting_trans.h

32 lines
678 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef __APP_SCREEN_SETTING_TRANS_H
#define __APP_SCREEN_SETTING_TRANS_H
#include "apps_gather.h"
#define TEXT_HART 0
#define TEXT_BLE 1
#define TEXT_MODBUS 2
#define TEXT_MODBUS_CONFIG 3
void communication_switch(void);
void set_communication_text(uint8_t con);
void config_items_set_color(uint8_t cur, uint32_t color);
void config_items_check(uint8_t cur, uint8_t cur_prv);
void set_communication_modify(uint8_t con, int8_t step);
void key_functions_modbus(void);
//切换至modbus配置界面后对显示内容进行调整语言、默认值
void scr_modbus_config_recover(void);
extern uint8_t com_switch_cursor;
extern uint8_t com_switch_cursor_prv;
#endif