資源簡介
SSD1306的OLED上顯示字符、漢字、畫點、畫線、畫圓的驅動函數,以及一個基于MSP430單片機的各個功能的測試文件。
整個文件采用模塊化的劃分方式,程序清晰容易閱讀,適用于對OLED不熟悉的初學者直接移植使用,非常方便。

代碼片段和文件信息
/*******************************************************************************
OLED最底層字體庫,可顯示漢字,數字,符號
大小:8x16?16x16?24x48
*******************************************************************************/
#include?“hzk.h“
//======================================================
//?128X64OLED液晶底層驅動[6X8]字體庫
//?描??述:?[8X16]西文字符的字模數據?(縱向取模字節倒序)
//?!“#$%&‘()*+-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRST
//???UVWXYZ[\]^_‘abcdefghijklmnopqrstuvwxyz{|}~
//======================================================
const?unsigned?char?F6x8[][6]?=
{
????{?0x00?0x00?0x00?0x00?0x00?0x00?}???//sp0
????{?0x00?0x00?0x00?0x2f?0x00?0x00?}???//?!1
????{?0x00?0x00?0x07?0x00?0x07?0x00?}???//?“2
????{?0x00?0x14?0x7f?0x14?0x7f?0x14?}???//?#3
????{?0x00?0x24?0x2a?0x7f?0x2a?0x12?}???//?$4
????{?0x00?0x62?0x64?0x08?0x13?0x23?}???//?%5
????{?0x00?0x36?0x49?0x55?0x22?0x50?}???//?&6
????{?0x00?0x00?0x05?0x03?0x00?0x00?}???//?‘7
????{?0x00?0x00?0x1c?0x22?0x41?0x00?}???//?(8
????{?0x00?0x00?0x41?0x22?0x1c?0x00?}???//?)9
????{?0x00?0x14?0x08?0x3E?0x08?0x14?}???//?*10
????{?0x00?0x08?0x08?0x3E?0x08?0x08?}???//?+11
????{?0x00?0x00?0x00?0xA0?0x60?0x00?}???//?12
????{?0x00?0x08?0x08?0x08?0x08?0x08?}???//?-13
????{?0x00?0x00?0x60?0x60?0x00?0x00?}???//?.14
????{?0x00?0x20?0x10?0x08?0x04?0x02?}???//?/15
????{?0x00?0x3E?0x51?0x49?0x45?0x3E?}???//?016
????{?0x00?0x00?0x42?0x7F?0x40?0x00?}???//?117
????{?0x00?0x42?0x61?0x51?0x49?0x46?}???//?218
????{?0x00?0x21?0x41?0x45?0x4B?0x31?}???//?319
????{?0x00?0x18?0x14?0x12?0x7F?0x10?}???//?420
????{?0x00?0x27?0x45?0x45?0x45?0x39?}???//?521
????{?0x00?0x3C?0x4A?0x49?0x49?0x30?}???//?622
????{?0x00?0x01?0x71?0x09?0x05?0x03?}???//?723
????{?0x00?0x36?0x49?0x49?0x49?0x36?}???//?824
????{?0x00?0x06?0x49?0x49?0x29?0x1E?}???//?925
????{?0x00?0x00?0x36?0x36?0x00?0x00?}???//?:26
????{?0x00?0x00?0x56?0x36?0x00?0x00?}???//?;27
????{?0x00?0x08?0x14?0x22?0x41?0x00?}???//?<28
????{?0x00?0x14?0x14?0x14?0x14?0x14?}???//?=29
????{?0x00?0x00?0x41?0x22?0x14?0x08?}???//?>30
????{?0x00?0x02?0x01?0x51?0x09?0x06?}???//??31
????{?0x00?0x32?0x49?0x59?0x51?0x3E?}???//?@32
????{?0x00?0x7C?0x12?0x11?0x12?0x7C?}???//?A33
????{?0x00?0x7F?0x49?0x49?0x49?0x36?}???//?B34
????{?0x00?0x3E?0x41?0x41?0x41?0x22?}???//?C35
????{?0x00?0x7F?0x41?0x41?0x22?0x1C?}???//?D36
????{?0x00?0x7F?0x49?0x49?0x49?0x41?}???//?E37
????{?0x00?0x7F?0x09?0x09?0x09?0x01?}???//?F38
????{?0x00?0x3E?0x41?0x49?0x49?0x7A?}???//?G39
????{?0x00?0x7F?0x08?0x08?0x08?0x7F?}???//?H40
????{?0x00?0x00?0x41?0x7F?0x41?0x00?}???//?I41
????{?0x00?0x20?0x40?0x41?0x3F?0x01?}???//?J42
????{?0x00?0x7F?0x08?0x14?0x22?0x41?}???//?K43
????{?0x00?0x7F?0x40?0x40?0x40?0x40?}???//?L44
????{?0x00?0x7F?0x02?0x
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-07-29?19:05??OLEDtest\
?????目錄???????????0??2013-07-28?16:32??OLEDtest\Debug\
?????目錄???????????0??2013-07-29?08:54??OLEDtest\Debug\Exe\
?????文件???????49162??2013-07-29?19:05??OLEDtest\Debug\Exe\OLED.d43
?????目錄???????????0??2013-07-28?16:32??OLEDtest\Debug\List\
?????目錄???????????0??2013-07-29?19:05??OLEDtest\Debug\Obj\
?????文件?????????840??2013-07-29?08:40??OLEDtest\Debug\Obj\EW12EB.r43
?????文件?????????840??2013-07-29?08:40??OLEDtest\Debug\Obj\EW1444.r43
?????文件?????????840??2013-07-29?17:32??OLEDtest\Debug\Obj\EW145A.r43
?????文件?????????840??2013-07-29?17:32??OLEDtest\Debug\Obj\EW15C2.r43
?????文件?????????840??2013-07-29?16:03??OLEDtest\Debug\Obj\EW17F5.r43
?????文件?????????840??2013-07-29?11:46??OLEDtest\Debug\Obj\EW1A4D.r43
?????文件?????????840??2013-07-29?09:15??OLEDtest\Debug\Obj\EW1B10.r43
?????文件?????????840??2013-07-29?09:15??OLEDtest\Debug\Obj\EW1CD7.r43
?????文件?????????840??2013-07-29?10:26??OLEDtest\Debug\Obj\EW1DA7.r43
?????文件?????????840??2013-07-28?19:31??OLEDtest\Debug\Obj\EW1EA7.r43
?????文件?????????840??2013-07-29?18:47??OLEDtest\Debug\Obj\EW1EDA.r43
?????文件?????????840??2013-07-29?18:47??OLEDtest\Debug\Obj\EW2014.r43
?????文件?????????840??2013-07-29?18:47??OLEDtest\Debug\Obj\EW2209.r43
?????文件?????????840??2013-07-29?11:05??OLEDtest\Debug\Obj\EW2591.r43
?????文件?????????840??2013-07-29?08:54??OLEDtest\Debug\Obj\EW29EF.r43
?????文件?????????838??2013-07-29?11:27??OLEDtest\Debug\Obj\EW2AD.r43
?????文件?????????840??2013-07-29?13:44??OLEDtest\Debug\Obj\EW2B18.r43
?????文件?????????840??2013-07-29?10:37??OLEDtest\Debug\Obj\EW319D.r43
?????文件?????????840??2013-07-29?10:37??OLEDtest\Debug\Obj\EW32F7.r43
?????文件?????????840??2013-07-29?11:30??OLEDtest\Debug\Obj\EW352D.r43
?????文件?????????840??2013-07-29?08:41??OLEDtest\Debug\Obj\EW35BF.r43
?????文件?????????840??2013-07-29?10:37??OLEDtest\Debug\Obj\EW3624.r43
?????文件?????????840??2013-07-29?18:13??OLEDtest\Debug\Obj\EW36AD.r43
?????文件?????????840??2013-07-29?09:28??OLEDtest\Debug\Obj\EW391E.r43
?????文件?????????840??2013-07-29?09:28??OLEDtest\Debug\Obj\EW3AC5.r43
............此處省略130個文件信息
- 上一篇:ser2pl.sys
- 下一篇:CC2530最小系統PROTEL原理圖sch
評論
共有 條評論