Skip to content

Purple was showing up as blue, so I fixed it #10

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

Merged
merged 2 commits into from
Aug 2, 2019

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
@@ -36,7 +36,7 @@
# Draw a smaller inner rectangle
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