-
大小: 149KB文件類型: .rar金幣: 2下載: 0 次發布日期: 2021-06-05
- 語言: 其他
- 標簽: framebuffer??LCDLinux??
資源簡介
基于嵌入式Linux設備開發的LCD液晶點陣顯示程序,主要用來實現液晶的中英文字符的點陣顯示的實現。

代碼片段和文件信息
#include?
#include?
#include?
#include?
#include?
#include?
#include?
#include?
#include?
/*?從linux內核中拷貝過來的英文字符的點陣?*/
static?const?unsigned?char?yl_lcd_font_8x16[4096]?=?{
/*?0?0x00?‘^@‘?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
/*?1?0x01?‘^A‘?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x7e?/*?01111110?*/
0x81?/*?10000001?*/
0xa5?/*?10100101?*/
0x81?/*?10000001?*/
0x81?/*?10000001?*/
0xbd?/*?10111101?*/
0x99?/*?10011001?*/
0x81?/*?10000001?*/
0x81?/*?10000001?*/
0x7e?/*?01111110?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
/*?2?0x02?‘^B‘?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x7e?/*?01111110?*/
0xff?/*?11111111?*/
0xdb?/*?11011011?*/
0xff?/*?11111111?*/
0xff?/*?11111111?*/
0xc3?/*?11000011?*/
0xe7?/*?11100111?*/
0xff?/*?11111111?*/
0xff?/*?11111111?*/
0x7e?/*?01111110?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
/*?3?0x03?‘^C‘?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x6c?/*?01101100?*/
0xfe?/*?11111110?*/
0xfe?/*?11111110?*/
0xfe?/*?11111110?*/
0xfe?/*?11111110?*/
0x7c?/*?01111100?*/
0x38?/*?00111000?*/
0x10?/*?00010000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
/*?4?0x04?‘^D‘?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x10?/*?00010000?*/
0x38?/*?00111000?*/
0x7c?/*?01111100?*/
0xfe?/*?11111110?*/
0x7c?/*?01111100?*/
0x38?/*?00111000?*/
0x10?/*?00010000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
/*?5?0x05?‘^E‘?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x18?/*?00011000?*/
0x3c?/*?00111100?*/
0x3c?/*?00111100?*/
0xe7?/*?11100111?*/
0xe7?/*?11100111?*/
0xe7?/*?11100111?*/
0x18?/*?00011000?*/
0x18?/*?00011000?*/
0x3c?/*?00111100?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
/*?6?0x06?‘^F‘?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x18?/*?00011000?*/
0x3c?/*?00111100?*/
0x7e?/*?01111110?*/
0xff?/*?11111111?*/
0xff?/*?11111111?*/
0x7e?/*?01111110?*/
0x18?/*?00011000?*/
0x18?/*?00011000?*/
0x3c?/*?00111100?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00?/*?00000000?*/
0x00
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????267616??1998-09-06?07:20??HZK16
?????文件?????106796??2017-06-15?20:22??yl_show_font.c
-----------?---------??----------?-----??----
???????????????374412????????????????????2
- 上一篇:Preps6.11破解
- 下一篇:二十多個超強單頁簡歷空白模板
評論
共有 條評論