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
7.0.x
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 13, 2021
Correct the 24bit decoding in bitmaptools.readinto()
lesamouraipourpre
committed
56ecdee
View commit details
Copy full SHA for 56ecdee
View code at this point
Browse repository at this point
Commits on Sep 11, 2021
Make the x and y bounds checking functions static
lesamouraipourpre
committed
145836e
View commit details
Copy full SHA for 145836e
View code at this point
Browse repository at this point
Commits on Sep 10, 2021
Rework of changes to bounds checking of location in VectorShape, moving most of the code into shared-module.
lesamouraipourpre
committed
2bc260a
View commit details
Copy full SHA for 2bc260a
View code at this point
Browse repository at this point
Remove unused varg part of Error calls.
lesamouraipourpre
committed
c6f2dae
View commit details
Copy full SHA for c6f2dae
View code at this point
Browse repository at this point
Improve the bounds checking on the location (the x, y co-ordinates) of a
Show description for 1f44691
lesamouraipourpre
committed
1f44691
View commit details
Copy full SHA for 1f44691
View code at this point
Browse repository at this point
Commits on Aug 31, 2021
Add two space saving knobs
Show description for 771b4c7
tannewt
committed
771b4c7
View commit details
Copy full SHA for 771b4c7
View code at this point
Browse repository at this point
Commits on Aug 29, 2021
Actually fix building ports without parallel displays
jepler
committed
83120eb
View commit details
Copy full SHA for 83120eb
View code at this point
Browse repository at this point
Move ParallelBus to its own module
jepler
committed
7520fee
View commit details
Copy full SHA for 7520fee
View code at this point
Browse repository at this point
Commits on Aug 27, 2021
Merge pull request #5249 from dhalbert/usb_hid-gc-fix
Show description for dd89ff2
dhalbert
authored
dd89ff2
View commit details
Copy full SHA for dd89ff2
View code at this point
Browse repository at this point
Merge pull request #5199 from aramcon-badge/aramcon/quick-refresh
Show description for b17216d
tannewt
authored
b17216d
View commit details
Copy full SHA for b17216d
View code at this point
Browse repository at this point
Fix usb_hid_gc_collect()
dhalbert
committed
29ae444
View commit details
Copy full SHA for 29ae444
View code at this point
Browse repository at this point
Commits on Aug 25, 2021
Fixing comments for PR
amit794
committed
98f026f
View commit details
Copy full SHA for 98f026f
View code at this point
Browse repository at this point
Commits on Aug 24, 2021
Merge pull request #5207 from lesamouraipourpre/pixel-luma
Show description for 8c2a16e
microdev1
authored
8c2a16e
View commit details
Copy full SHA for 8c2a16e
View code at this point
Browse repository at this point
Commits on Aug 23, 2021
Merge pull request #5145 from FoamyGuy/bitmaptools_paint_fill
Show description for 7587a52
dhalbert
authored
7587a52
View commit details
Copy full SHA for 7587a52
View code at this point
Browse repository at this point
Merge pull request #5205 from jepler/deprecate-vertical-scroll
Show description for 6d49a9f
tannewt
authored
6d49a9f
View commit details
Copy full SHA for 6d49a9f
View code at this point
Browse repository at this point
Merge pull request #5077 from microDev1/atexit
Show description for 57b4d01
microdev1
authored
57b4d01
View commit details
Copy full SHA for 57b4d01
View code at this point
Browse repository at this point
Deprecate Display's constructor arg set_vertical_scroll
jepler
committed
379461d
View commit details
Copy full SHA for 379461d
View code at this point
Browse repository at this point
Commits on Aug 22, 2021
fix dirty area initial points
FoamyGuy
committed
80c7a15
View commit details
Copy full SHA for 80c7a15
View code at this point
Browse repository at this point
Remove `displayio_copy_coords`. It is a duplicate of `displayio_area_copy`
lesamouraipourpre
committed
cba71ea
View commit details
Copy full SHA for cba71ea
View code at this point
Browse repository at this point
Commits on Aug 21, 2021
remove string import. use minimum sized dirty area
FoamyGuy
committed
0f478d5
View commit details
Copy full SHA for 0f478d5
View code at this point
Browse repository at this point
Adding quick refresh support
Amit Sides
committed
1b6283a
View commit details
Copy full SHA for 1b6283a
View code at this point
Browse repository at this point
changed argument names and make replaced_color_value argument optional
FoamyGuy
committed
aeeba39
View commit details
Copy full SHA for aeeba39
View code at this point
Browse repository at this point
Remove the pixel_luma parameter from displayio_colorconverter_compute_tricolor (Closes #5194)
Show description for 16a0306
lesamouraipourpre
committed
16a0306
View commit details
Copy full SHA for 16a0306
View code at this point
Browse repository at this point
Commits on Aug 20, 2021
Merge branch 'main' into atexit
microdev1
committed
25437dc
View commit details
Copy full SHA for 25437dc
View code at this point
Browse repository at this point
Commits on Aug 17, 2021
Merge pull request #5151 from dhalbert/usb_hid-changes
Show description for 5b0009c
dhalbert
authored
5b0009c
View commit details
Copy full SHA for 5b0009c
View code at this point
Browse repository at this point
Check buffer existence in tud callbacks (addresses #5020)
dhalbert
committed
1bcf66f
View commit details
Copy full SHA for 1bcf66f
View code at this point
Browse repository at this point
MP3Decoder: Fix playback stopping issue
Show description for d67acb8
jepler
committed
d67acb8
View commit details
Copy full SHA for d67acb8
View code at this point
Browse repository at this point
Commits on Aug 16, 2021
fix gc; update KEYBOARD report descriptor
Show description for 38f4281
dhalbert
committed
38f4281
View commit details
Copy full SHA for 38f4281
View code at this point
Browse repository at this point
allow exception raise inside atexit callback
microdev1
committed
bdf8bc5
View commit details
Copy full SHA for bdf8bc5
View code at this point
Browse repository at this point
atexit module refinements
Show description for 1c4a6c3
microdev1
committed
1c4a6c3
View commit details
Copy full SHA for 1c4a6c3
View code at this point
Browse repository at this point
ignore points outside of bitmap
FoamyGuy
committed
6f78306
View commit details
Copy full SHA for 6f78306
View code at this point
Browse repository at this point
Commits on Aug 14, 2021
squeeze a couple of boards
dhalbert
committed
f37e1d7
View commit details
Copy full SHA for f37e1d7
View code at this point
Browse repository at this point
at least original functionality with new API
dhalbert
committed
3dc2b4c
View commit details
Copy full SHA for 3dc2b4c
View code at this point
Browse repository at this point
wip
dhalbert
committed
4f8ff12
View commit details
Copy full SHA for 4f8ff12
View code at this point
Browse repository at this point
Commits on Aug 13, 2021
code format and translations
FoamyGuy
committed
ec8b31e
View commit details
Copy full SHA for ec8b31e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.