feat: 添加实时图像显示菜单
fix: 修改旋转编码器接口中部分拼写错误的问题 pref: 修改zf_common_font.c文件中>字符的图案,方便作为指针显示
This commit is contained in:
17
app/by_rt_button.h
Normal file
17
app/by_rt_button.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef _BY_RT_BUTTON_H__
|
||||
#define _BY_RT_BUTTON_H__
|
||||
|
||||
#include "stdio.h"
|
||||
#include "ch32v30x.h"
|
||||
#define ROTATE_BUTTON_PRESS 1
|
||||
#define ROTATE_BUTTON_FORWARD 2
|
||||
#define ROTATE_BUTTON_BACKWARD 3
|
||||
|
||||
extern uint8_t rotate_button;
|
||||
|
||||
extern void by_exit_init(void);
|
||||
extern void by_gpio_init(void);
|
||||
extern uint8_t by_get_rb_status(void);
|
||||
extern void by_ips_show(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user