Merge later commits from Adafruit Esp8266 64x48 repository#1
Open
dok-net wants to merge 91 commits intomcauser:esp8266-64x48from
Open
Merge later commits from Adafruit Esp8266 64x48 repository#1dok-net wants to merge 91 commits intomcauser:esp8266-64x48from
dok-net wants to merge 91 commits intomcauser:esp8266-64x48from
Conversation
Add support for ESP32
Conflicts: Adafruit_SSD1306.cpp Adafruit_SSD1306.h
…transactions & more
Replace boolean with standard bool
Add support for Particle MCUs' I2C buffer sizing
…his library is going to get refactored anyways and all this code will move out)
To help users getting started less painful. You find 1000 pics of arduino UNOs connected at pins A4, A5 to the display but it doesn't work on your MEGA 2560 because there it's the pins 20, 21 that are used for I2C. You don't necessarily know that already at the moment you start with these displays. And you maybe do not search in the Wire-library for the solution.
Added comments for pins used on different boards
afa1a93 to
59f6a9a
Compare
dcc1157 to
ad90ea1
Compare
#define SCREEN_ADDRESS instead of hard-coded value
I2C connections for ESP8266: SCL = GPIO5 SDA = GPIO4 RST = GPIO0
…an 128 segments wide. Bug was visible when scrolling. TDB: allow drawing outside visible area to exploit full 128 horizontal resolution in hardware scrolling.
…plash3.png and updating Makefile. Not regenerating splash.h yet.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The most relevant change would appear to be the support for ESP32 added in the Adafruit repo.