1 Star 0 Fork 0

DFRobot / U8g2_Arduino

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

U8g2_Arduino: Arduino Monochrome Graphics Library

https://raw.githubusercontent.com/wiki/olikraus/u8g2/img/uc1701_dogs102_uno_board_320.jpg

U8glib V2 library for Arduino

Description: https://github.com/olikraus/u8g2/wiki

Issue Tracker: https://github.com/olikraus/u8g2/issues

Download (2.26.14): https://github.com/olikraus/U8g2_Arduino/archive/master.zip

U8g2_Arduino:Monochrome image display library

U8g2_Arduino is a powerful monochrome image display library that provides universal basic display (points, lines, circles, etc.), various commonly used icons, and beautiful fonts. DFRobot has modified U8g2_Arduino based on its own products: 1. Added the DFRobot_Demo folder to provide product-specific Demos. 1. All materialized functions of Demo have been deleted.

Function list

U8g2_Arduino integrates a large number of functional components. Can achieve rich monochrome display effects.

U8g2_Arduino API functions:https://github.com/olikraus/u8g2/wiki/u8g2reference#updatedisplayarea=%E5%BA%93%E6%96%87%E4%BB%B6

U8g2_Arduino Font parameter list:https://github.com/olikraus/u8g2/wiki/fntlistall

U8g2_Arduino compatibility

U8g2_Arduino can support a variety of MCUs. The following table shows the supported MCU models.

MCU Uno Leonardo FireBeetleESP32 FireBeetleESP8266 m0 BK7251
U8g2_Arduino

U8g2_Arduino supported screens

U8g2_Arduino currently supports a variety of display driver ICs and resolutions. The following table shows the currently available drivers and screens.When the product is updated, we will update the U8g2_Arduino simultaneously.

Install U8g2_Arduino firmware

U8g2_Arduino can be used by people with different software development levels.For beginners, you only need to have the basics of Arduino to perform a variety of displays.U8g2_Arduino API function link can help you learn.

  1. DownloadArduino IDE
  2. Download the U8g2_Arduino code from github
  3. Open "GraphicsTest.ino" from the downloaded file by Arduino IDE
  4. Connect your Arduino Uno board
  5. Select Tools> Board: Arduino Uno and Tools> Port: Select your Arduino board
  6. Click "Verify" and "Upload" the software to your development board

Common problem

1、Q: Why can't some Demo run on Arduino UNO / Leonardo?

  • Answer: Because of the memory size of Arduino UNO / Leonardo, the entire program cannot be stored;You can change to a master with a larger memory, such as Firebettle-ESP32.We have corresponding instructions in each ino header file, you can read it in detail.

2、Q: Why does Language.ino in Korean not display properly in Arduino IDE?

  • A: This is due to Arduino coding.Although it does not display properly in the sample program, the screen displays normally after uploading the code.

空文件

简介

U8glib V2 library for Arduino 展开 收起
C 等 2 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C
1
https://gitee.com/dfrobot/U8g2_Arduino.git
git@gitee.com:dfrobot/U8g2_Arduino.git
dfrobot
U8g2_Arduino
U8g2_Arduino
master

搜索帮助