Skip to content

Add image() support, big buffer on CPython and some linux demos pt.2 #28

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 16 commits into from
Sep 25, 2019
Merged

Add image() support, big buffer on CPython and some linux demos pt.2 #28

merged 16 commits into from
Sep 25, 2019

Conversation

caternuson
Copy link
Contributor

This is a continuation of #27 with only tweaks as needed to pass Travis.

The logic dealing with setting _BUFFER_SIZE had to change a fair amount.

  • Can't use const() in conditional, so removed it and just changed to regular variable.
  • For the FT232H special case, there is a pyftdi internal limit on SPI write size. A check for this has been added.

@ladyada ladyada merged commit 87bf59c into adafruit:master Sep 25, 2019
adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Sep 26, 2019
Updating https://github.com/adafruit/Adafruit_CircuitPython_RGB_Display to 3.3.0 from 3.2.1:
  > Merge pull request adafruit/Adafruit_CircuitPython_RGB_Display#29 from caternuson/remove_ft232h
  > Merge pull request adafruit/Adafruit_CircuitPython_RGB_Display#28 from caternuson/ladyada_image

Updating https://github.com/adafruit/Adafruit_CircuitPython_ST7789 to 1.1.2 from 1.1.1:
  > Merge pull request adafruit/Adafruit_CircuitPython_ST7789#7 from makermelissa/master
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.

2 participants