新聞中心

EEPW首頁 > 模擬技術(shù) > 設(shè)計應(yīng)用 > 基于DSP的液晶模塊的顯示原理

基于DSP的液晶模塊的顯示原理

作者: 時間:2013-09-09 來源:網(wǎng)絡(luò) 收藏
ormal; LETTER-SPACING: normal; BACKGROUND-COLOR: rgb(255,255,255); orphans: 2; widows: 2; webkit-text-size-adjust: auto; webkit-text-stroke-width: 0px">  //清除顯示區(qū)數(shù)據(jù)

  void cleardata(uint csfi,uint csrh,uint datal)

  {

  uint i,j;

  command(0x46); //寫入光標(biāo)地址指令

  data(csd); //光標(biāo)地址的低8位

  data(csrh); //光標(biāo)地址的高8位

  command(0x4c); //光標(biāo)自動右移指令

  command(0x42); //數(shù)據(jù)寫入命令

  for(i=0;i《240;i++)

  {

  for(j=0;j《320;j++)

  data(datal); //向液晶顯示區(qū)寫人數(shù)據(jù)

  }

  }

液晶顯示屏的初始化程序如下:

  void init()

  {

  uint i;

  command(0x40); //系統(tǒng)設(shè)置指令

  for(i=0;i《8;i++)

  {

  data(SYSTAB[i]);

  }



關(guān)鍵詞: DSP 液晶模塊 顯示原理

評論


相關(guān)推薦

技術(shù)專區(qū)

關(guān)閉