UP 支持直接字符配置
This commit is contained in:
@@ -33,9 +33,9 @@ struct Font {
|
||||
#endif
|
||||
};
|
||||
|
||||
char Font_utf8_to_unicode(uint8_t *pInput, uint32_t *unicode_letter);
|
||||
uint8_t Font_utf8_to_unicode(uint8_t *pInput, uint32_t *unicode_letter);
|
||||
|
||||
char Font_draw_letter(const lv_font_t *font, Font_f_t *fd, uint32_t letter, int16_t pos_x, int16_t pos_y);
|
||||
uint8_t Font_draw_letter(const lv_font_t *font, Font_f_t *fd, uint32_t letter, int16_t pos_x, int16_t pos_y);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
@@ -175,7 +175,7 @@ typedef struct _lv_font_struct {
|
||||
} lv_font_t;
|
||||
|
||||
|
||||
#define NULL 0 /* see <stddef.h> */
|
||||
//#define NULL 0 /* see <stddef.h> */
|
||||
|
||||
/** Bitmap formats*/
|
||||
typedef enum {
|
||||
|
Reference in New Issue
Block a user