⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.c

📁 freescale hc08 T6963 160*80 LCD驱动
💻 C
字号:
#include "system.h"

void main(void) {
  UINT8 i=0,j=0;
  //UINT8 name[]="mpszmhtgggttt";
  /* Uncomment this function call after using Device Initialization
     to use the generated code */
  /* MCU_init(); */
  T6963C_init();
 
  /* include your code here */

 //;
 //T6963C_text_print(8,10,"mpszmhyyytyyyyyyygggdgfgghdhgghjfg") ;
 EnableInterrupts; /* enable interrupts */

  for(;;) {
    T6963C_pixel(i,j,j); 
    
    T6963_graph_print(0,10,"mpszmhy");
    T6963C_text_print(0,40,"mpszmhy");
    
    i++;
    if(i==250) T6963C_show_pic(1,1,104,46,nB);
    
    
   
    
    __RESET_WATCHDOG(); /* feeds the dog */
  } /* loop forever */
  /* please make sure that you never leave this function */
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -