8000 Comparing 1.0.1...master · adafruit/micropython-adafruit-rgb-display · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 16, 2018. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If y 8000 ou need to, you can also . Learn more about diff comparisons here.
base repository: adafruit/micropython-adafruit-rgb-display
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.1
Choose a base ref
...
head repository: adafruit/micropython-adafruit-rgb-display
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 19 commits
  • 11 files changed
  • 5 contributors

Commits on Jan 17, 2017

  1. 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.
    deshipu committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    426a55c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11ac011 View commit details
    Browse the repository at this point in the history
  3. Handle different sizes of ST7735R displays

    Properly initialize the display depending on its resolution.
    deshipu committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    16e428b View commit details
    Browse the repository at this point in the history
  4. Fix typo in ST7735R in _INVCTR command

    Send the byte 0x07, not the characters "0x07".
    deshipu committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    f0d26f3 View commit details
    Browse the repository at this point in the history
  5. 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!
    deshipu committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    543d942 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2017

  1. Configuration menu
    Copy the full SHA
    8954e97 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2017

  1. Configuration menu
    Copy the full SHA
    1d7eb2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    499c3cf View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

  1. Fix the ssd1331 driver

    deshipu committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    44d2368 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

  1. Fix typo

    Fixes #2. Thanks @mcauser for finding it!
    tannewt authored Jun 21, 2017
    Configuration menu
    Copy the full SHA
    15025a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2017

  1. Compatibility with version 1.9.1 of MicroPython

    Also, documentation for blit_image and ability to skip pins.
    deshipu committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    9d8e98a View commit details
    Browse the repository at this point in the history
  2. Fix the reset procedure

    deshipu committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    c84e0ce View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2017

  1. Configuration menu
    Copy the full SHA
    d8a47bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60c4bd4 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2017

  1. Configuration menu
    Copy the full SHA
    f959e3f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from Sakartu/master

    Fix typo in list of supported displays. Fix #6.
    deshipu authored Nov 11, 2017
    Configuration menu
    Copy the full SHA
    c30a21a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. Fix #4, don't do empty writes

    Seems like the "machine" API of MicroPython changed *again*, and now it doesn't accept empty strings for SPI.write.
    deshipu authored Mar 30, 2018
    Configuration menu
    Copy the full SHA
    1f6ff50 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from adafruit/deshipu-patch-1

    Fix #4, don't do empty writes
    deshipu authored Mar 30, 2018
    Configuration menu
    Copy the full SHA
    c8fbdf3 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2018

  1. Updating resdme for archiving

    kattni authored Dec 15, 2018
    Configuration menu
    Copy the full SHA
    9eae541 View commit details
    Browse the repository at this point in the history
Loading
0