基於SPI IIC介面的OLED資料顯示

2021-10-13 04:36:38 字數 1120 閱讀 8862

顯示滾動字元

oled顯示屏

keil5

`**資料

//學號顯示函式

void

show_my_num

(void

)//姓名顯示函式

void

show_my_name

(void

)

將此部分加入到test.c中,在main函式迴圈呼叫

將溫度採集的**移植到該工程中

將函式加入test.c中

//溫度顯示函式

void

show_tem

(int hem,

int tem)

在main.c中修改main函式

#include

"delay.h"

#include

"sys.h"

#include

"oled.h"

#include

"gui.h"

#include

"test.h"

#include

"24cxx.h"

#include

"aht20.h"

struct m_aht20 aht20;

intmain

(void

)show_tem

(hem,tem)

;delay_ms

(9000);

delay_ms

(9000);

}}

在test.c加入以下函式

在main函式中呼叫

void

roll_display

(void)}

}

編寫滾動函式

在main中顯示呼叫

void

roll

(void

)

void

show_roll

(void

)

基於SPI IIC介面的OLED資料顯示和字元滾動

1.spi簡介 spi是序列外設介面 serial peripheral inte ce 的縮寫。是 motorola公司推出的一種同步序列接 術,是一種高速的,全雙工,同步的通訊匯流排。2.oled oled的定義和優勢 oled,即有機發光二極體 organic light emitting d...

基於SPI介面的OLED資料顯示

spi是序列外設介面 serial peripheral inte ce 的縮寫。spi,是一種高速的,全雙工,同步的通訊匯流排,並且在晶元的管腳上只占用四根線,節約了晶元的管腳,同時為pcb的布局上節省空間,提供方便,正是出於這種簡單易用的特性,如今越來越多的晶元整合了這種通訊協議,比如at91r...

基於SPI介面的溫濕度採集 OLED資料顯示

簡介 spi是序列外設介面 serial peripheral inte ce 的縮寫。是 motorola 公司推出的一種同步序列接 術,是一種高速的,全雙工,同步的通訊匯流排。特點 優點 支援全雙工通訊 通訊簡單 資料傳輸速率快 同步 全雙工 非差分 匯流排式 缺點沒有指定的流控制,沒有應答機制...