-
Notifications
You must be signed in to change notification settings - Fork 30
Comparing changes
Open a pull request
base repository: adafruit/micropython-adafruit-rgb-display
base: 1.0.1
head repository: adafruit/micropython-adafruit-rgb-display
compare: master
- 19 commits
- 11 files changed
- 5 contributors
Commits on Jan 17, 2017
-
Add ST7735R class for alternate versions of the ST7735 display
Some ST7735R display modules require a different initialization sequence than others. This adds a subclass of the ST7735 class that does the alternate initialization sequence. It's up to the user to figure out which one works for them.
Configuration menu - View commit details
-
Copy full SHA for 426a55c - Browse repository at this point
Copy the full SHA 426a55cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11ac011 - Browse repository at this point
Copy the full SHA 11ac011View commit details -
Handle different sizes of ST7735R displays
Properly initialize the display depending on its resolution.
Configuration menu - View commit details
-
Copy full SHA for 16e428b - Browse repository at this point
Copy the full SHA 16e428bView commit details -
Fix typo in ST7735R in _INVCTR command
Send the byte 0x07, not the characters "0x07".
Configuration menu - View commit details
-
Copy full SHA for f0d26f3 - Browse repository at this point
Copy the full SHA f0d26f3View commit details -
Add blit_buffer() and text() methods to the displays
Now that the framebuf module supports RB565 format, we can use it for fast blitting and text output!
Configuration menu - View commit details
-
Copy full SHA for 543d942 - Browse repository at this point
Copy the full SHA 543d942View commit details
Commits on Jan 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8954e97 - Browse repository at this point
Copy the full SHA 8954e97View commit details
Commits on Feb 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1d7eb2d - Browse repository at this point
Copy the full SHA 1d7eb2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 499c3cf - Browse repository at this point
Copy the full SHA 499c3cfView commit details
Commits on Mar 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 44d2368 - Browse repository at this point
Copy the full SHA 44d2368View commit details
Commits on Jun 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 15025a1 - Browse repository at this point
Copy the full SHA 15025a1View commit details
Commits on Jul 7, 2017
-
Compatibility with version 1.9.1 of MicroPython
Also, documentation for blit_image and ability to skip pins.
Configuration menu - View commit details
-
Copy full SHA for 9d8e98a - Browse repository at this point
Copy the full SHA 9d8e98aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c84e0ce - Browse repository at this point
Copy the full SHA c84e0ceView commit details
Commits on Oct 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d8a47bb - Browse repository at this point
Copy the full SHA d8a47bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60c4bd4 - Browse repository at this point
Copy the full SHA 60c4bd4View commit details
Commits on Nov 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f959e3f - Browse repository at this point
Copy the full SHA f959e3fView commit details -
Merge pull request #6 from Sakartu/master
Fix typo in list of supported displays. Fix #6.
Configuration menu - View commit details
-
Copy full SHA for c30a21a - Browse repository at this point
Copy the full SHA c30a21aView commit details
Commits on Mar 30, 2018
-
Seems like the "machine" API of MicroPython changed *again*, and now it doesn't accept empty strings for SPI.write.
Configuration menu - View commit details
-
Copy full SHA for 1f6ff50 - Browse repository at this point
Copy the full SHA 1f6ff50View commit details -
Merge pull request #7 from adafruit/deshipu-patch-1
Fix #4, don't do empty writes
Configuration menu - View commit details
-
Copy full SHA for c8fbdf3 - Browse repository at this point
Copy the full SHA c8fbdf3View commit details
Commits on Dec 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9eae541 - Browse repository at this point
Copy the full SHA 9eae541View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.0.1...master