1261|1

6993

帖子

11

TA的资源

版主

楼主
 

[ ST NUCLEO-U575ZI-Q 测评] arduino OLED显示 [复制链接]

# 新建项目:

Create New Project:

稍等一会完成。

在Libraries里面查找库:

   找到ssd1306的这个库  点击Add to project,等一会就下载好了。

 书写主程序如下:

#include <Arduino.h>
#include <Wire.h>
#include <SPI.h>
#include "ssd1306.h"
#include "ssd1306_console.h"

void setup()
{
    /* Replace the line below with the display initialization function, you want to use */
    ssd1306_128x64_i2c_init();
    ssd1306_clearScreen();
    /* Set font to use with console */
    ssd1306_setFixedFont(ssd1306xled_font6x8);
}


void loop()
{
    ssd1306_print( "This is console output: " );
    ssd1306_print( "go to the next line\n" );
    delay(500);
}

编译后下载到开发板。

连接OLED,接线图如下:

OLED      开发板

SCL------- D15

SDA------- D14

GND------GND

VCC------3.3V

运行后如图

 

 

 
2022-12-14 16.22拍摄的影片

相机太差了,怕不好。。。

此帖出自无线连接论坛

最新回复

测评汇总:免费申请|ST NUCLEO-U575ZI-Q https://bbs.eeworld.com.cn/thread-1228653-1-1.html   详情 回复 发表于 2023-1-12 09:27
点赞 关注
 

回复
举报

1万

帖子

203

TA的资源

管理员

沙发
 

测评汇总:免费申请|ST NUCLEO-U575ZI-Q https://bbs.eeworld.com.cn/thread-1228653-1-1.html

此帖出自无线连接论坛
加EE小助手好友,
入技术交流群
EE服务号
精彩活动e手掌握
EE订阅号
热门资讯e网打尽
聚焦汽车电子软硬件开发
认真关注技术本身
个人签名玩板看这里:
https://bbs.eeworld.com.cn/elecplay.html
EEWorld测评频道众多好板等你来玩,还可以来频道许愿树许愿说说你想要玩的板子,我们都在努力为大家实现!
 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
快速回复 返回顶部 返回列表