forked from adafruit/Adafruit_SSD1306
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge later commits from Adafruit Esp8266 64x48 repository #1
Open
dok-net
wants to merge
91
commits into
mcauser:esp8266-64x48
Choose a base branch
from
dok-net:esp8266-64x48
base: esp8266-64x48
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
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
dok-net
force-pushed
the
esp8266-64x48
branch
from
December 16, 2020 12:27
afa1a93
to
59f6a9a
Compare
dok-net
force-pushed
the
esp8266-64x48
branch
2 times, most recently
from
December 17, 2020 17:03
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.
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.