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 }}
bcr
/
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
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 3, 2023
Merge remote-tracking branch 'adafruit/main' into cache_config_desc
tannewt
committed
9152659
View commit details
Copy full SHA for 9152659
View code at this point
Browse repository at this point
Commits on Aug 2, 2023
Cache configuration descriptor
Show description for 59e6cab
tannewt
committed
59e6cab
View commit details
Copy full SHA for 59e6cab
View code at this point
Browse repository at this point
Commits on Aug 1, 2023
Three small changes
Show description for 539f34f
tannewt
committed
539f34f
View commit details
Copy full SHA for 539f34f
View code at this point
Browse repository at this point
Commits on Jul 29, 2023
Fix typo, oopsie
elpekenin
committed
a51be16
View commit details
Copy full SHA for a51be16
View code at this point
Browse repository at this point
Improve error message
elpekenin
committed
c4e915c
View commit details
Copy full SHA for c4e915c
View code at this point
Browse repository at this point
Commits on Jul 27, 2023
Align fatfs window buffer for tinyusb
Show description for e45a61f
tannewt
committed
e45a61f
View commit details
Copy full SHA for e45a61f
View code at this point
Browse repository at this point
Commits on Jul 21, 2023
Merge remote-tracking branch 'adafruit/main' into three_small
tannewt
committed
924422e
View commit details
Copy full SHA for 924422e
View code at this point
Browse repository at this point
Commits on Jul 20, 2023
Unify some error strings
tannewt
committed
5f08256
View commit details
Copy full SHA for 5f08256
View code at this point
Browse repository at this point
synthio: Add Synthesizer.note_state
Show description for 346f08f
jepler
committed
346f08f
View commit details
Copy full SHA for 346f08f
View code at this point
Browse repository at this point
Commits on Jul 19, 2023
Merge pull request #8143 from kolkmvd/ShiftRegister-multi-data-pin
Show description for 74eb360
dhalbert
authored
74eb360
View commit details
Copy full SHA for 74eb360
View code at this point
Browse repository at this point
Commits on Jul 18, 2023
Merge pull request #8136 from FoamyGuy/blit_skip_self_index
Show description for 3ec9f8a
jepler
authored
3ec9f8a
View commit details
Copy full SHA for 3ec9f8a
View code at this point
Browse repository at this point
Commits on Jul 12, 2023
usb.core.Device: fix trailing NUL on e.g., product string
Show description for 6174e58
jepler
committed
6174e58
View commit details
Copy full SHA for 6174e58
View code at this point
Browse repository at this point
Commits on Jul 10, 2023
Basic USB host support and keyboard workflow
Show description for 2686bea
tannewt
committed
2686bea
View commit details
Copy full SHA for 2686bea
View code at this point
Browse repository at this point
Commits on Jul 8, 2023
Assign key_count to MP_ROM_NONE on deinit (for gc)
Show description for 6dab35e
Marco van der Kolk
committed
6dab35e
View commit details
Copy full SHA for 6dab35e
View code at this point
Browse repository at this point
Commits on Jul 6, 2023
Renamed 'datas' to 'data_pins' to keep codespell happy
Show description for 4ba4c2a
Marco van der Kolk
committed
4ba4c2a
View commit details
Copy full SHA for 4ba4c2a
View code at this point
Browse repository at this point
Extended to support multiple data pins
Show description for 5fcd90d
Marco van der Kolk
committed
5fcd90d
View commit details
Copy full SHA for 5fcd90d
View code at this point
Browse repository at this point
Commits on Jul 5, 2023
change skip_index to skip_source_index
FoamyGuy
committed
7285799
View commit details
Copy full SHA for 7285799
View code at this point
Browse repository at this point
Commits on Jul 2, 2023
format
FoamyGuy
committed
a2ff952
View commit details
Copy full SHA for a2ff952
View code at this point
Browse repository at this point
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 Jun 22, 2023
Improve OnDiskGif doc; check image width
dhalbert
committed
1f2a1a6
View commit details
Copy full SHA for 1f2a1a6
View code at this point
Browse repository at this point
Commits on Jun 21, 2023
Merge pull request #8050 from FoamyGuy/hidden_refresh_areas
Show description for 0da6241
tannewt
authored
0da6241
View commit details
Copy full SHA for 0da6241
View code at this point
Browse repository at this point
Commits on Jun 16, 2023
always set rendered_hidden false when hidden changes
FoamyGuy
committed
4bf4d14
View commit details
Copy full SHA for 4bf4d14
View code at this point
Browse repository at this point
revert whitespace change. handle hidden by parent
FoamyGuy
committed
074c134
View commit details
Copy full SHA for 074c134
View code at this point
Browse repository at this point
revert indention change
FoamyGuy
committed
3222cdf
View commit details
Copy full SHA for 3222cdf
View code at this point
Browse repository at this point
remove prints
FoamyGuy
committed
0e3cdea
View commit details
Copy full SHA for 0e3cdea
View code at this point
Browse repository at this point
revert unrelated epd change
FoamyGuy
committed
340506b
View commit details
Copy full SHA for 340506b
View code at this point
Browse repository at this point
Commits on Jun 14, 2023
Merge pull request #8056 from jepler/matrixportal-s3
Show description for 666fb94
jepler
authored
666fb94
View commit details
Copy full SHA for 666fb94
View code at this point
Browse repository at this point
Commits on Jun 9, 2023
more debug prints
FoamyGuy
committed
18faeb8
View commit details
Copy full SHA for 18faeb8
View code at this point
Browse repository at this point
Commits on Jun 8, 2023
added debug prints
FoamyGuy
committed
ec21dc6
View commit details
Copy full SHA for ec21dc6
View code at this point
Browse repository at this point
rgbmatrix: update protomatter
Show description for d4913b0
jepler
committed
d4913b0
View commit details
Copy full SHA for d4913b0
View code at this point
Browse repository at this point
Commits on Jun 1, 2023
remove old conditions
FoamyGuy
committed
4712a9d
View commit details
Copy full SHA for 4712a9d
View code at this point
Browse repository at this point
format
FoamyGuy
committed
f8948c2
View commit details
Copy full SHA for f8948c2
View code at this point
Browse repository at this point
debugging prints. add rendered_hidden field to tilegrid
FoamyGuy
committed
4ad54b2
View commit details
Copy full SHA for 4ad54b2
View code at this point
Browse repository at this point
Commits on May 31, 2023
synthio: reorganize the order of operations
Show description for a999e40
jepler
committed
a999e40
View commit details
Copy full SHA for a999e40
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.