🎨 明确FB_length的定义

This commit is contained in:
fslongjin 2022-03-02 18:31:41 +08:00
parent 9802d67470
commit eb11be9270

View File

@ -47,7 +47,7 @@ struct screen_info
uint *FB_address; //帧缓冲区首地址
unsigned long FB_length; // 帧缓冲区长度
unsigned long FB_length; // 帧缓冲区长度乘以4才是字节数
};
extern unsigned char font_ascii[256][16]; //导出ascii字体的bitmap8*16大小 ps:位于font.h中