?? txt.h
字號:
#ifndef __TXT_H__
#define __TXT_H__
#include "COMM.H"
#include "FAT.H"
#define FONTSIZE16 16 //16*16大小的漢字
#define FONTSIZE12 12 //12*12大小的漢字
//extern WORD BytesPerSector; //每扇區字節數
//extern WORD SectorsPerClust;//每簇扇區數
//extern u16 POINT_COLOR; //畫筆顏色
//extern u16 BACK_COLOR; //畫筆顏色
//extern u8 jpg_buffer[1024];
void Get_HzMat(unsigned char *code,unsigned char *mat);//得到漢字的點陣碼
void show_font(u8 x,u16 y,u8 *font,u8 mode);//在指定位置顯示一個漢字
void Show_Str(u8 x,u16 y,u8*str,u8 mode);//在指定位置顯示一個字符串
void Read_Book(FileInfoStruct *FileName);//讀取txt/lrc文件.
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -