Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
codetiger
/
circuitpython
Public
forked from
adafruit/circuitpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
circuitpython
shared-module
displayio
Bitmap.c
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 5, 2024
displayio.Bitmap is now byte-aligned for depth < 8
Show description for 2c7b11b
deshipu
committed
2c7b11b
View commit details
Copy full SHA for 2c7b11b
View code at this point
Browse repository at this point
Commits on May 17, 2024
update headers of most CircuitPython-only files
dhalbert
committed
747b761
View commit details
Copy full SHA for 747b761
View code at this point
Browse repository at this point
Commits on Oct 30, 2023
Switch to using MP_ERROR_TEXT instead of translate, globally
jepler
committed
774f6ac
View commit details
Copy full SHA for 774f6ac
View code at this point
Browse repository at this point
Commits on Aug 13, 2023
merge latest adafruit/main
dhalbert
committed
2171e67
View commit details
Copy full SHA for 2171e67
View code at this point
Browse repository at this point
Commits on Aug 11, 2023
wip; fix qstr processing
dhalbert
committed
fe0e2f1
View commit details
Copy full SHA for fe0e2f1
View code at this point
Browse repository at this point
Commits on Jul 2, 2023
refactor bitmap.blit into bitmaptools
FoamyGuy
committed
96d3e66
View commit details
Copy full SHA for 96d3e66
View code at this point
Browse repository at this point
Commits on Jul 1, 2023
adding skip_self_index argument to bitmap.blit()
FoamyGuy
committed
abf1512
View commit details
Copy full SHA for abf1512
View code at this point
Browse repository at this point
Commits on Mar 23, 2023
Merge pull request #7712 from gamblor21/ondiskgif_freemem_fix
Show description for db76fbd
dhalbert
authored
db76fbd
View commit details
Copy full SHA for db76fbd
View code at this point
Browse repository at this point
Tweak to try to reduce low space builds
gamblor21
committed
3020893
View commit details
Copy full SHA for 3020893
View code at this point
Browse repository at this point
Change free function
gamblor21
committed
2c1e206
View commit details
Copy full SHA for 2c1e206
View code at this point
Browse repository at this point
Free memory allocated by bitmap obj
gamblor21
committed
aa423cc
View commit details
Copy full SHA for aa423cc
View code at this point
Browse repository at this point
Add deinit to displayio.Bitmap
gamblor21
committed
07e8367
View commit details
Copy full SHA for 07e8367
View code at this point
Browse repository at this point
Commits on Mar 22, 2023
Add more checks for read-only Bitmaps
Show description for 36dbaf4
tannewt
committed
36dbaf4
View commit details
Copy full SHA for 36dbaf4
View code at this point
Browse repository at this point
Commits on Jan 19, 2023
Allow lines with ends out of bitmap in `bitmaptools_obj_draw_line`
matemaciek
committed
483f14b
View commit details
Copy full SHA for 483f14b
View code at this point
Browse repository at this point
Commits on Jan 2, 2023
clarify read-only mac address; reuse translate msgs
dhalbert
committed
a3adcf0
View commit details
Copy full SHA for a3adcf0
View code at this point
Browse repository at this point
Commits on Jan 1, 2023
Emphasize that ALIGN_BITS is a constant
jepler
committed
d808185
View commit details
Copy full SHA for d808185
View code at this point
Browse repository at this point
Avoid an undefined shift
Show description for d2361ae
jepler
committed
d2361ae
View commit details
Copy full SHA for d2361ae
View code at this point
Browse repository at this point
Commits on Aug 4, 2022
Allow a Bitmap to be constructed from a buffer (in C anyway)
Show description for 64b1d00
jepler
committed
64b1d00
View commit details
Copy full SHA for 64b1d00
View code at this point
Browse repository at this point
Commits on Nov 22, 2021
Initial broadcom port for Raspberry Pi
Show description for a1052d5
Timon
authored and
tannewt
committed
a1052d5
View commit details
Copy full SHA for a1052d5
View code at this point
Browse repository at this point
Commits on Nov 12, 2021
Add displayio bitmaps to unix build
jepler
committed
c6dbc7d
View commit details
Copy full SHA for c6dbc7d
View code at this point
Browse repository at this point
Commits on Apr 3, 2021
displayio.Bitmap: Allow modification though the buffer protocol
Show description for 7808910
jepler
committed
7808910
View commit details
Copy full SHA for 7808910
View code at this point
Browse repository at this point
Commits on Mar 20, 2021
Merge pull request #4432 from jepler/bitmap-dirty-improvements
Show description for e084a92
jepler
authored
e084a92
View commit details
Copy full SHA for e084a92
View code at this point
Browse repository at this point
Commits on Mar 18, 2021
displayio: Move bitmap read-only checking to displayio_bitmap_set_dirty_area
Show description for f5fd42c
jepler
committed
f5fd42c
View commit details
Copy full SHA for f5fd42c
View code at this point
Browse repository at this point
displayio_bitmap_set_dirty_area: rewrite in terms of displayio_area
Show description for 36d608a
jepler
committed
36d608a
View commit details
Copy full SHA for 36d608a
View code at this point
Browse repository at this point
Commits on Mar 17, 2021
displayio.Bitmap: Make memoryview()able
jepler
committed
c157ada
View commit details
Copy full SHA for c157ada
View code at this point
Browse repository at this point
Commits on Mar 15, 2021
run code formatting script
microdev1
committed
a52eb88
View commit details
Copy full SHA for a52eb88
View code at this point
Browse repository at this point
Commits on Mar 7, 2021
refactor displayio set_pixel for use in bitmap_tools
kmatch98
committed
0c012da
View commit details
Copy full SHA for 0c012da
View code at this point
Browse repository at this point
Commits on Feb 26, 2021
fix two off by one errors
kmatch98
committed
3afc269
View commit details
Copy full SHA for 3afc269
View code at this point
Browse repository at this point
Commits on Feb 25, 2021
Update for clean blitting into itself
kmatch98
committed
4097c94
View commit details
Copy full SHA for 4097c94
View code at this point
Browse repository at this point
Commits on Aug 21, 2020
Merge adafruit/main latest
kmatch98
committed
a9f6d14
View commit details
Copy full SHA for a9f6d14
View code at this point
Browse repository at this point
Merge with latest adafruit/main
kmatch98
committed
7e529ed
View commit details
Copy full SHA for 7e529ed
View code at this point
Browse repository at this point
Commits on Aug 14, 2020
deleted whitespace
kmatch98
committed
fc1347a
View commit details
Copy full SHA for fc1347a
View code at this point
Browse repository at this point
deleted whitespace
kmatch98
committed
ba5dedc
View commit details
Copy full SHA for ba5dedc
View code at this point
Browse repository at this point
Deleted trailing whitespace
kmatch98
committed
b1fce9e
View commit details
Copy full SHA for b1fce9e
View code at this point
Browse repository at this point
Added inclusive indexing for x2,y2, fixed default value handling for x1,y1, added bitmap palette comparison
kmatch98
committed
a66ef32
View commit details
Copy full SHA for a66ef32
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.