2009年10月22日 星期四

繪圖型LCM模組當文字型輸出

繪圖型LCM模組 WG14432A 跟 文字型有相當程度的不同
但一樣可以當成文字型來使用

要注意RAM排列方式的不同,例如換行(設定DDRAM位址)指令…
void LCM_line2( void )
{
/// a = 0xC0; /// 文字型 LCM
a = 0x90; /// 繪圖型 LCM
LCM_WriteCommand();
}

沒有留言:

VirtualBox 空間減肥

sdelete64 -z c: VBoxManage  modifymedium  disk  "/Users/fellow/VirtualBox VMs/Win10/Win10.vdi"  --compact *.vdi 路徑可以在 VirtualBox 儲...