📄 str6x8.h
字号:
/******************************************************************************//* *//* RAINE 6x8 STRING PRINTING *//* *//******************************************************************************//*Transparent*/void init_str6x8asm(void);void draw_string_6x8(UINT8 *STR, int x, int y, UINT32 cmap);void init_str6x8asm_16(void);void draw_string_6x8_16(UINT8 *STR, int x, int y, UINT32 cmap);void init_str6x8asm_32(void);void draw_string_6x8_32(UINT8 *STR, int x, int y, UINT32 cmap);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -