Skip to content

Conversation

@makermelissa
Copy link
Collaborator

No description provided.

@makermelissa makermelissa requested a review from a team August 2, 2019 16:41
@makermelissa makermelissa merged commit 9bd3132 into adafruit:master Aug 2, 2019
inner_bitmap = displayio.Bitmap(280, 200, 1)
inner_palette = displayio.Palette(1)
inner_palette[0] = 0x65328F # Blinka Purple
inner_palette[0] = 0xAA0088 # Purple
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure this is not another case of the RGB/BGR mixup?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Red is red, blue is blue. It's more of a RGB888->RGB565 issue.

adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Aug 2, 2019
Updating https://github.com/adafruit/Adafruit_CircuitPython_ILI9341 to 1.0.4 from 1.0.3:
  > Merge pull request adafruit/Adafruit_CircuitPython_ILI9341#11 from makermelissa/master
  > Merge pull request adafruit/Adafruit_CircuitPython_ILI9341#10 from makermelissa/master
  > Merge pull request adafruit/Adafruit_CircuitPython_ILI9341#9 from makermelissa/master

Updating https://github.com/adafruit/Adafruit_CircuitPython_Requests to v1.1.0 from v1.0.1:
  > Merge pull request adafruit/Adafruit_CircuitPython_Requests#7 from brentru/refactor_req
  > Merge pull request adafruit/Adafruit_CircuitPython_Requests#5 from brentru/add-parse-headers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants