繪圖型LCM模組 WG14432A 跟 文字型有相當程度的不同
但一樣可以當成文字型來使用
要注意RAM排列方式的不同,例如換行(設定DDRAM位址)指令…
void LCM_line2( void )
{
/// a = 0xC0; /// 文字型 LCM
a = 0x90; /// 繪圖型 LCM
LCM_WriteCommand();
}
2009年10月22日 星期四
2009年10月19日 星期一
IntraWeb 如何使用 POST/GET 傳遞參數
IntraWeb 的 WebApplication 要透過以前表單 POST/GET 的方式來傳遞參數該如何實現?
//// FROM METHOD="GET"
usrParam:=WebApplication.Request.QueryFields.Values['usr'];
pwdParam:=WebApplication.Request.QueryFields.Values['pwd'];
//// FORM METHOD="POST"
usrParam:=WebApplication.Request.ContentFields.Values['usr'];
pwdParam:=WebApplication.Request.ContentFields.Values['pwd'];
//// FROM METHOD="GET"
usrParam:=WebApplication.Request.QueryFields.Values['usr'];
pwdParam:=WebApplication.Request.QueryFields.Values['pwd'];
//// FORM METHOD="POST"
usrParam:=WebApplication.Request.ContentFields.Values['usr'];
pwdParam:=WebApplication.Request.ContentFields.Values['pwd'];
訂閱:
文章 (Atom)
VirtualBox 空間減肥
sdelete64 -z c: VBoxManage modifymedium disk "/Users/fellow/VirtualBox VMs/Win10/Win10.vdi" --compact *.vdi 路徑可以在 VirtualBox 儲...
-
https://github.com/ljean/modbus-tk/ install pip… sudo apt-get install python-pip install... download modbus_tk-x.x.x.tar.gz tar zxvf...
-
set0 bit 位元設0 set1 bit 位元設1 tog bit 位元0/1切換 swapc bit 位元與c切換 =================== call addr 呼叫副程式 goto addr 跳躍到標籤 icall [index] 呼叫指標指到的副程式 ig...
-
ARis... ARis 是日本一間公司出品的產品,應用了 ARToolKit 技術。 展示影片在這… http://www.youtube.com/watch?v=yCCx7zANsGE YouTube上可以找到更多類似的影片。 這邊是我用 FLARToolK...