Adafruit_SSD1306-master

所属分类:其他
开发工具:Java
文件大小:34KB
下载次数:1
上传日期:2019-06-15 21:57:46
上 传 者1亲23是啊
说明:  SatGen NMEA模拟软件有哪些功能?您可用此软件流动接收合成的NMEA数据并传递到您的目标设备,同时替换GPS引擎的串行输出。这意味着您可创建世上任何地方、任何高度及...
(Am part way through the W8TEE/K2ZIA analyzer - so will finish that first and then build this EU1KY one. Thanks for posting all the details here!)

文件列表:
.travis.yml (815, 2018-11-27)
Adafruit_SSD1306.cpp (40758, 2018-11-27)
Adafruit_SSD1306.h (7687, 2018-11-27)
examples (0, 2018-11-27)
examples\OLED_featherwing (0, 2018-11-27)
examples\OLED_featherwing\OLED_featherwing.ino (2045, 2018-11-27)
examples\ssd1306_128x32_i2c (0, 2018-11-27)
examples\ssd1306_128x32_i2c\ssd1306_128x32_i2c.ino (11487, 2018-11-27)
examples\ssd1306_128x32_spi (0, 2018-11-27)
examples\ssd1306_128x32_spi\ssd1306_128x32_spi.ino (11737, 2018-11-27)
examples\ssd1306_128x64_i2c (0, 2018-11-27)
examples\ssd1306_128x64_i2c\ssd1306_128x64_i2c.ino (11487, 2018-11-27)
examples\ssd1306_128x64_spi (0, 2018-11-27)
examples\ssd1306_128x64_spi\ssd1306_128x64_spi.ino (11738, 2018-11-27)
library.properties (333, 2018-11-27)
license.txt (1499, 2018-11-27)
splash.h (7497, 2018-11-27)

# Adafruit_SSD1306 [![Build Status](https://travis-ci.org/adafruit/Adafruit_SSD1306.svg?branch=master)](https://travis-ci.org/adafruit/Adafruit_SSD1306) This is a library for our Monochrome OLEDs based on SSD1306 drivers Pick one up today in the adafruit shop! ------> http://www.adafruit.com/category/63_*** These displays use I2C or SPI to communicate, 2 to 5 pins are required to interface. Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit! Written by Limor Fried/Ladyada for Adafruit Industries, with contributions from the open source community. Scrolling code contributed by Michael Gregg. Dynamic buffer allocation based on work by Andrew Canaday. BSD license, check license.txt for more information. All text above must be included in any redistribution Preferred installation method is to use the Arduino IDE Library Manager. To download the source from Github instead, click "Clone or download" above, then "Download ZIP." After uncompressing, rename the resulting folder Adafruit_SSD1306. Check that the Adafruit_SSD1306 folder contains Adafruit_SSD1306.cpp and Adafruit_SSD1306.h. You will also have to install the **Adafruit GFX library** which provides graphics primitves such as lines, circles, text, etc. This also can be found in the Arduino Library Manager, or you can get the source from https://github.com/adafruit/Adafruit-GFX-Library ## Changes Version 1.2 (November 2018) introduces some significant changes: * Display dimensions are now specified in the constructor...you no longer need to edit the .h file for different screens (though old sketches can continue to work that way). * SPI transactions are used and SPI bitrate can be specified (both require Arduino 1.6 or later). * SPI and Wire (I2C) interfaces other than the defaults are supported. ## Compatibility MCU |Tested Works|Doesn't Work|Not Tested|Notes ------------|:----------:|:----------:|:--------:|----- Atmega328 | X | | | Atmega32u4 | X | | | Atmega2560 | X | | | ESP8266 | X | | | Change OLED_RESET to different pin if using default I2C pins D4/D5. ESP32 | X | | | ATSAM3X8E | X | | | ATSAM21D | X | | | Intel Curie | X | | | WICED | X | | | No hardware SPI - bitbang only ATtiny85 | | X | | * ATmega328 : Arduino UNO, Adafruit Pro Trinket, Adafruit Metro 328, Adafruit Metro Mini * ATmega32u4 : Arduino Leonardo, Arduino Micro, Arduino Yun, Teensy 2.0, Adafruit Flora, Bluefruit Micro * ATmega2560 : Arduino Mega * ESP8266 : Adafruit Huzzah * ATSAM3X8E : Arduino Due * ATSAM21D : Arduino Zero, M0 Pro, Adafruit Metro Express, Feather M0 * ATtiny85 : Adafruit Gemma, Arduino Gemma, Adafruit Trinket

近期下载者

相关文件


收藏者