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
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 }}
Coderah
/
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
on
6.3.x
User selector
All users
Datepicker
All time
Commit history
Commits on May 25, 2021
unlock board.I2C() on reset
dhalbert
committed
74833ad
View commit details
Copy full SHA for 74833ad
View code at this point
Browse repository at this point
Commits on Mar 27, 2021
Merge pull request #4486 from kmatch98/displayio_area_expand
Show description for a13da2a
dhalbert
authored
a13da2a
View commit details
Copy full SHA for a13da2a
View code at this point
Browse repository at this point
Commits on Mar 26, 2021
adafruit_bus_device: SPIDevice: Fix so it works with bitbangio.SPI
Show description for 1727151
jepler
committed
1727151
View commit details
Copy full SHA for 1727151
View code at this point
Browse repository at this point
bitbangio.SPI.read: Support write_value, fix some other nits
jepler
committed
a70b679
View commit details
Copy full SHA for a70b679
View code at this point
Browse repository at this point
Commits on Mar 25, 2021
remove duplicated code, replace with displayio_area_canon
kmatch98
committed
56362a9
View commit details
Copy full SHA for 56362a9
View code at this point
Browse repository at this point
move to displayio_area_union and away from _expand
kmatch98
committed
9485805
View commit details
Copy full SHA for 9485805
View code at this point
Browse repository at this point
correct rectangle size dimensions
kmatch98
committed
3785eb7
View commit details
Copy full SHA for 3785eb7
View code at this point
Browse repository at this point
Commits on Mar 22, 2021
Merge pull request #4464 from kmatch98/transform_fix
Show description for 98425c9
tannewt
authored
98425c9
View commit details
Copy full SHA for 98425c9
View code at this point
Browse repository at this point
Merge pull request #4462 from jepler/disable-usb-cdc
Show description for d526628
tannewt
authored
d526628
View commit details
Copy full SHA for d526628
View code at this point
Browse repository at this point
update logic for transform_xy
kmatch98
committed
24831a7
View commit details
Copy full SHA for 24831a7
View code at this point
Browse repository at this point
storage: Correct when we check for USB mounts
Show description for 5a0e994
jepler
committed
5a0e994
View commit details
Copy full SHA for 5a0e994
View code at this point
Browse repository at this point
Merge pull request #4454 from jepler/bitmaptools-readinto-4bit
Show description for a05aab8
jepler
authored
a05aab8
View commit details
Copy full SHA for a05aab8
View code at this point
Browse repository at this point
Commits on Mar 21, 2021
hex may be more obvious
jepler
committed
c64fccb
View commit details
Copy full SHA for c64fccb
View code at this point
Browse repository at this point
Fix reading 4-bit data
jepler
committed
7229fe6
View commit details
Copy full SHA for 7229fe6
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
off by one error in rotozoom dirty_area
kmatch98
committed
9b18893
View commit details
Copy full SHA for 9b18893
View code at this point
Browse repository at this point
Merge commit '40829d4cc85394513ca631cff23254344e29786c' of https://github.com/kmatch98/circuitpython into bitmap-dirty-improvements
jepler
committed
39500cd
View commit details
Copy full SHA for 39500cd
View code at this point
Browse repository at this point
rotozoom: switch to using set_dirty_area + write_pixel
jepler
committed
95ac6c7
View commit details
Copy full SHA for 95ac6c7
View code at this point
Browse repository at this point
switch to > in displayio_area_canon
kmatch98
committed
40829d4
View commit details
Copy full SHA for 40829d4
View code at this point
Browse repository at this point
Commits on Mar 19, 2021
Fix PWMOut non-error handling and never reset
dhalbert
committed
1512ca5
View commit details
Copy full SHA for 1512ca5
View code at this point
Browse repository at this point
Commits on Mar 18, 2021
Merge pull request #4428 from kmatch98/bitmap-read-2
Show description for d012561
jepler
authored
d012561
View commit details
Copy full SHA for d012561
View code at this point
Browse repository at this point
Merge pull request #4429 from jepler/displayio-bitmap-memoryview
Show description for 623ece2
jepler
authored
623ece2
View commit details
Copy full SHA for 623ece2
View code at this point
Browse repository at this point
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
displayio: area: add displayio_area_canon
Show description for 3b506f0
jepler
committed
3b506f0
View commit details
Copy full SHA for 3b506f0
View code at this point
Browse repository at this point
displayio: area: add displayo_area_copy_coords, displayio_area_empty
Show description for f40c0c1
jepler
committed
f40c0c1
View commit details
Copy full SHA for f40c0c1
View code at this point
Browse repository at this point
arrayblit: mark bitmap area as dirty
jepler
committed
47ca792
View commit details
Copy full SHA for 47ca792
View code at this point
Browse repository at this point
Merge pull request #4426 from kmatch98/main
Show description for 670375d
tannewt
authored
670375d
View commit details
Copy full SHA for 670375d
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
ran pre-commit for formatting fixes
kmatch98
committed
c37a1f4
View commit details
Copy full SHA for c37a1f4
View code at this point
Browse repository at this point
minor formatting
kmatch98
committed
580121d
View commit details
Copy full SHA for 580121d
View code at this point
Browse repository at this point
merge upstream/main
kmatch98
committed
ef91e17
View commit details
Copy full SHA for ef91e17
View code at this point
Browse repository at this point
add is_transparent getter to displayio.Palette
kmatch98
committed
5c3cce6
View commit details
Copy full SHA for 5c3cce6
View code at this point
Browse repository at this point
Commits on Mar 16, 2021
Merge remote-tracking branch 'origin/main' into bitmap-read-2
jepler
committed
58679dc
View commit details
Copy full SHA for 58679dc
View code at this point
Browse repository at this point
re-format with uncrustify
jepler
committed
97b6664
View commit details
Copy full SHA for 97b6664
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.