• 大小: 408KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-07
  • 语言: 其他
  • 标签: STM8S  OLED  驱动程序  

资源简介

STM8S 0.96寸OLED(4线SPI)驱动程序

资源截图

代码片段和文件信息

#include 
#include “oled.h“
#include “bmp.h“
void  main(void)
{
asm(“sim“);    //关总中断
u8 t=‘ ‘;
OLED_Init(); //初始化OLED  
OLED_Clear(); 
while(1)
   {

OLED_ShowCHinese(000);//中
OLED_ShowCHinese(1801);//文
OLED_ShowString(02“1.3‘ OLED TEST“);
  OLED_ShowString(204“2017/02/21“);  
OLED_ShowString(06“ASCII:“);  
OLED_ShowString(636“CODE:“);  
OLED_ShowChar(486t);//显示ASCII字符    
t++;
if(t>‘~‘)t=‘ ‘;
OLED_ShowNum(1036t-33216);//显示ASCII字符的码值 


delay_ms(500);

   }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-03-02 15:22  OLED 0.96\
     文件        4051  2017-03-02 15:22  OLED 0.96\111.dep
     文件       12636  2016-12-28 21:21  OLED 0.96\111.ewd
     文件       44102  2017-02-22 20:04  OLED 0.96\111.ewp
     文件         761  2017-02-22 19:35  OLED 0.96\111.ewt
     文件         157  2016-12-28 21:21  OLED 0.96\111.eww
     目录           0  2017-02-22 21:01  OLED 0.96\Debug\
     目录           0  2017-03-02 15:22  OLED 0.96\Debug\Exe\
     文件       38924  2017-03-02 15:22  OLED 0.96\Debug\Exe\111.out
     文件        9182  2017-03-02 15:22  OLED 0.96\Debug\Exe\111.srec
     目录           0  2017-03-02 15:22  OLED 0.96\Debug\List\
     文件       13041  2017-03-02 15:22  OLED 0.96\Debug\List\111.map
     目录           0  2017-03-02 15:22  OLED 0.96\Debug\Obj\
     文件      254213  2017-03-02 15:21  OLED 0.96\Debug\Obj\111.pbd
     文件      254213  2017-03-02 15:21  OLED 0.96\Debug\Obj\111.pbd.browse
     文件        9901  2017-02-22 19:13  OLED 0.96\Debug\Obj\Untitled1.pbi.cout
     文件        8020  2017-03-02 15:22  OLED 0.96\Debug\Obj\main.o
     文件      205898  2017-03-02 15:21  OLED 0.96\Debug\Obj\main.pbi
     文件        9900  2017-03-02 15:21  OLED 0.96\Debug\Obj\main.pbi.cout
     文件       42798  2017-03-02 15:22  OLED 0.96\Debug\Obj\oled.o
     文件      218063  2017-03-02 15:20  OLED 0.96\Debug\Obj\oled.pbi
     文件        9900  2017-03-02 15:20  OLED 0.96\Debug\Obj\oled.pbi.cout
     文件        9902  2017-02-22 19:22  OLED 0.96\Debug\Obj\stm8s_gpio.pbi.cout
     文件       10775  2017-02-22 20:36  OLED 0.96\bmp.h
     文件         583  2017-03-02 15:21  OLED 0.96\main.c
     文件        8542  2017-03-02 15:22  OLED 0.96\oled.c
     文件        2826  2017-03-02 15:22  OLED 0.96\oled.h
     文件       13106  2017-03-02 15:20  OLED 0.96\oledfont.h
     目录           0  2017-02-22 21:01  OLED 0.96\settings\
     文件        1262  2017-03-02 15:17  OLED 0.96\settings\111.Debug.cspy.bat
     文件        4844  2017-03-02 15:22  OLED 0.96\settings\111.dbgdt
............此处省略3个文件信息

评论

共有 条评论