首页 开发技术 C     /    XS128-OLED例程

XS128-OLED例程

上传者: henaiwei | 上传时间:2023/10/17 14:34:33 | 文件大小:255KB | 文件类型:rar
XS128-OLED例程
这是用XS128驱动OLED的程序。
------------------------------------CodeWarrior5.0/1Target:MC9S12XS128Crystal:16.000Mhzbusclock:16.000MHzpllclock:32.000MHz============================================使用说明:OLED电源使用5V。
----------------G电源地3.3V接5V电源,电源跟模块之间串接100欧姆电阻,并加3.3V钳位二极管D0PORTE_PE2单片机跟模块之间串接2k-3.3k电阻D1 PORTE_PE3单片机跟模块之间串接2k-3.3k电阻RSTPORTE_PE4单片机跟模块之间串接2k-3.3k电阻DCPORTE_PE5单片机跟模块之间串接2k-3.3k电阻CS已接地,不用接============================================如果用户使用的是5V单片机,请看用户手册,切勿烧毁模块!============================================*/#include"derivative.h"#include#include#include"OLED12864.h"//PLL初始化子程序BUSClock=16MvoidSetBusCLK_48M(void){CLKSEL=0X00;//disengagePLLtosystemPLLCTL_PLLON=1;//turnonPLLSYNR=0xc0|0x05;REFDV=0x80|0x01;POSTDIV=0x00;//pllclock=2*osc*(1+SYNR)/(1+REFDV)=96MHz;_asm(nop);//BUSCLOCK=48M_asm(nop);while(!(CRGFLG_LOCK==1));//whenpllissteady,thenuseit;CLKSEL_PLLSEL=1;//engagePLLtosystem;}voidDly_ms(intms){intii,jj;if(ms<1)ms=1;for(ii=0;ii<ms;ii++)for(jj=0;jj<1335;jj++);//16MHz--1ms//for(jj=0;jj<4006;jj++);//48MHz--1ms//for(jj=0;jj<5341;jj++);//64MHz--1ms}//============================MAIN()===========================/*********************主函数************************************/voidmain(void){bytei=0;SetBusCLK_48M();DDRB=0XFF;DDRE=0XFF;PORTB=0XFF;LCD_Init();DisableInterrupts;for(;;){//LCD_Fill(0xff);//Dly_ms(100);//LCD_Fill(0x00);//Dly_ms(2000);//LCD_CLS();//LCD_Print(12,0,"广州Beyond科技");//LCD_Print(15,2,"飞思卡尔智能车");//LCD_Print(43,4,"专营店");//LCD_Print(15,6,"智能车首选液晶");//LCD_P8x16Str(48,4,"OLED");//LCD_P6x8Str(16,6,"b 本软件ID:6728637

文件下载

资源详情

[{"title":"(30个子文件255KB)XS128-OLED例程","children":[{"title":"穗佳科技XS128-OLED例程(最终版本)","children":[{"title":"Project","children":[{"title":"bin","children":[{"title":"Project.abs <span style='color:#111;'>170.22KB</span>","children":null,"spread":false},{"title":"Project.abs.glo <span style='color:#111;'>2.77KB</span>","children":null,"spread":false},{"title":"Project.abs.s19 <span style='color:#111;'>2.75KB</span>","children":null,"spread":false},{"title":"Project.map <span style='color:#111;'>107.22KB</span>","children":null,"spread":false}],"spread":true},{"title":"Project.mcp <span style='color:#111;'>56.61KB</span>","children":null,"spread":false},{"title":"cmd","children":[{"title":"TBDML_Postload.cmd <span style='color:#111;'>59B</span>","children":null,"spread":false},{"title":"TBDML_Preload.cmd <span style='color:#111;'>60B</span>","children":null,"spread":false},{"title":"TBDML_Reset.cmd <span style='color:#111;'>60B</span>","children":null,"spread":false},{"title":"TBDML_Vppoff.cmd <span style='color:#111;'>77B</span>","children":null,"spread":false},{"title":"TBDML_Erase_unsecure_hcs12xe.cmd <span style='color:#111;'>1.48KB</span>","children":null,"spread":false},{"title":"TBDML_Startup.cmd <span style='color:#111;'>59B</span>","children":null,"spread":false},{"title":"TBDML_Vppon.cmd <span style='color:#111;'>78B</span>","children":null,"spread":false}],"spread":true},{"title":"Project_Data","children":[{"title":"Standard","children":[{"title":"ObjectCode","children":[{"title":"main.c.o <span style='color:#111;'>11.34KB</span>","children":null,"spread":false},{"title":"MC9S12XS128.c.o <span style='color:#111;'>160.67KB</span>","children":null,"spread":false},{"title":"datapage.c.o <span style='color:#111;'>14.02KB</span>","children":null,"spread":false},{"title":"Start12.c.o <span style='color:#111;'>5.83KB</span>","children":null,"spread":false},{"title":"OLED12864.c.o <span style='color:#111;'>32.26KB</span>","children":null,"spread":false}],"spread":true},{"title":"TargetDataWindows.tdt <span style='color:#111;'>499.71KB</span>","children":null,"spread":false}],"spread":true},{"title":"CWSettingsWindows.stg <span style='color:#111;'>4.17KB</span>","children":null,"spread":false}],"spread":true},{"title":"Default.mem <span style='color:#111;'>161B</span>","children":null,"spread":false},{"title":"C_Layout.hwl <span style='color:#111;'>855B</span>","children":null,"spread":false},{"title":"prm","children":[{"title":"Project.prm <span style='color:#111;'>5.69KB</span>","children":null,"spread":false},{"title":"burner.bbl <span style='color:#111;'>9.90KB</span>","children":null,"spread":false}],"spread":true},{"title":"TBDML.ini <span style='color:#111;'>2.32KB</span>","children":null,"spread":false},{"title":"Sources","children":[{"title":"derivative.h <span style='color:#111;'>262B</span>","children":null,"spread":false},{"title":"main.c <span style='color:#111;'>2.59KB</span>","children":null,"spread":false},{"title":"OLED12864.h <span style='color:#111;'>560B</span>","children":null,"spread":false},{"title":"Start12.c <span style='color:#111;'>22.42KB</span>","children":null,"spread":false},{"title":"datapage.c <span style='color:#111;'>66.69KB</span>","children":null,"spread":false},{"title":"OLED12864.c <span style='color:#111;'>35.63KB</span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}],"spread":true}]

评论信息

  • czr27:
    改了下端口就能用了2014-04-16
  • cgbcgb2:
    非常好用啊哈哈2014-02-25

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明