issues Search Results · repo:adafruit/Adafruit_CircuitPython_BitmapSaver language:Python
Filter by
9 results
(65 ms)9 results
inadafruit/Adafruit_CircuitPython_BitmapSaver (press backspace or delete to remove)Ran into an issue where bitmapsaver was throwing an error when using it with a dotclockframebuffer display. Sunton
ESP32S3 8048S070.
# SPDX-FileCopyrightText: 2025 DJDevon3
# SPDX-License-Identifier: ...
DJDevon3
- Opened on Jan 26
- #36
On 3.5 TFT Featherwing with on-board SD Card the screenshot simpletest fails due to save_pixels invalid 2nd argument.
Bitmap or Display expected but no 2nd argument was given. Here s the code that works ...
DJDevon3
- 7
- Opened on Jun 28, 2022
- #24
I think this was introduced with #14. Just run library example to demonstrate:
Adafruit CircuitPython 7.1.1 on 2022-01-14; Adafruit PyPortal with samd51j20
import bitmapsaver_simpletest
Setting up ...
caternuson
- Opened on Feb 4, 2022
- #21
The broadcom port display is a FramebufferDisplay.
Traceback (most recent call last):
File stdin , line 1, in module
File adafruit_bitmapsaver.py , line 127, in save_pixels
ValueError: Second ...
rsbohn
- 1
- Opened on Dec 28, 2021
- #20
There are missing type annotations for some functions in this library.
The typing module does not exist on CircuitPython devices so the import needs to be wrapped in try/except to catch the
error for ...
documentation
good first issue
FoamyGuy
- 1
- Opened on Sep 27, 2021
- #18
I followed the guide ( https://learn.adafruit.com/saving-bitmap-screenshots-in-circuitpython/overview ) to take a
screencapture.
However the result does not match exactly what is in screen.
My code to ...
bug
dglaude
- 9
- Opened on Feb 10, 2020
- #8
Example screenshot_simpletest.py should be named bitmapsaver_screenshot_simpletest.py to fit with CircuitPython library
standards and clarify which library it is associated with in the example bundle. ...
good first issue
Hacktoberfest
kattni
- 1
- Opened on Sep 30, 2019
- #4

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.