u8g2-master

所属分类:其他嵌入式/单片机内容
开发工具:C/C++
文件大小:54037KB
下载次数:1
上传日期:2020-09-18 20:12:27
上 传 者agricio
说明:  ST7920 u8g2 library (better to get it on github)

文件列表:
CMakeLists.txt (3984, 2020-08-31)
ChangeLog (12630, 2020-08-31)
LICENSE (3909, 2020-08-31)
component.mk (56, 2020-08-31)
cppsrc (0, 2020-08-31)
cppsrc\U8g2lib.cpp (2185, 2020-08-31)
cppsrc\U8g2lib.h (1155125, 2020-08-31)
cppsrc\U8x8lib.cpp (55483, 2020-08-31)
cppsrc\U8x8lib.h (379158, 2020-08-31)
csrc (0, 2020-08-31)
csrc\u8g2.h (274603, 2020-08-31)
csrc\u8g2_bitmap.c (5324, 2020-08-31)
csrc\u8g2_box.c (4632, 2020-08-31)
csrc\u8g2_buffer.c (6830, 2020-08-31)
csrc\u8g2_circle.c (10504, 2020-08-31)
csrc\u8g2_cleardisplay.c (2197, 2020-08-31)
csrc\u8g2_d_memory.c (24236, 2020-08-31)
csrc\u8g2_d_setup.c (258946, 2020-08-31)
csrc\u8g2_font.c (33327, 2020-08-31)
csrc\u8g2_fonts.c (29956783, 2020-08-31)
csrc\u8g2_hvline.c (7078, 2020-08-31)
csrc\u8g2_input_value.c (4155, 2020-08-31)
csrc\u8g2_intersection.c (4246, 2020-08-31)
csrc\u8g2_kerning.c (2852, 2020-08-31)
csrc\u8g2_line.c (2520, 2020-08-31)
csrc\u8g2_ll_hvline.c (9135, 2020-08-31)
csrc\u8g2_message.c (5549, 2020-08-31)
csrc\u8g2_polygon.c (7350, 2020-08-31)
csrc\u8g2_selection_list.c (7648, 2020-08-31)
csrc\u8g2_setup.c (11257, 2020-08-31)
csrc\u8log.c (6564, 2020-08-31)
csrc\u8log_u8g2.c (3255, 2020-08-31)
csrc\u8log_u8x8.c (2417, 2020-08-31)
csrc\u8x8.h (61045, 2020-08-31)
csrc\u8x8_8x8.c (12091, 2020-08-31)
... ...

[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/olikraus/u8g2) ![https://raw.githubusercontent.com/wiki/olikraus/u8g2/ref/u8g2_logo_transparent_orange.png](https://raw.githubusercontent.com/wiki/olikraus/u8g2/ref/u8g2_logo_transparent_orange.png) U8g2: Library for monochrome displays, version 2 U8g2 is a monochrome graphics library for embedded devices. U8g2 supports monochrome OLEDs and LCDs, which include the following controllers: SSD1305, SSD1306, SSD1309, SSD1322, SSD1325, SSD1327, SSD1329, SSD1606, SSD1607, SH1106, SH1107, SH1108, SH1122, T6963, RA8835, LC7***1, PCD8544, PCF8812, HX1230, UC1601, UC1604, UC1608, UC1610, UC1611, UC1701, ST7565, ST7567, ST7588, ST75256, NT7534, IST3020, ST7920, LD7032, KS0108, SED1520, SBN1661, IL3820, MAX7219 (see [here](https://github.com/olikraus/u8g2/wiki/u8g2setupcpp) for a full list). The Arduino library U8g2 can be installed from the library manager of the Arduino IDE. U8g2 also includes U8x8 library: * U8g2 * Includes all graphics procedures (line/box/circle draw). * Supports many fonts. (Almost) no restriction on the font height. * Requires some memory in the microcontroller to render the display. * U8x8 * Text output only (character) device. * Only fonts allowed with fit into a 8x8 pixel grid. * Writes directly to the display. No buffer in the microcontroller required. [Setup Guide and Reference Manual](https://github.com/olikraus/u8g2/wiki)

近期下载者

相关文件


收藏者