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 }}
netroy
/
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 Nov 18, 2022
Merge pull request #7209 from jepler/code-optimize-pixelbuf
Show description for f637332
microdev1
authored
f637332
View commit details
Copy full SHA for f637332
View code at this point
Browse repository at this point
Commits on Nov 16, 2022
move hidden declare inside struct
FoamyGuy
committed
5b64a62
View commit details
Copy full SHA for 5b64a62
View code at this point
Browse repository at this point
Commits on Nov 15, 2022
skip converting from long int if long ints aren't enabled
Show description for 14ba5a7
jepler
committed
14ba5a7
View commit details
Copy full SHA for 14ba5a7
View code at this point
Browse repository at this point
this version actually saves more code space on cortex-m0 with -Os (samd21s)
jepler
committed
2d08473
View commit details
Copy full SHA for 2d08473
View code at this point
Browse repository at this point
Commits on Nov 14, 2022
Save code space by packing rgbw values into C union
Show description for adca341
jepler
committed
adca341
View commit details
Copy full SHA for adca341
View code at this point
Browse repository at this point
Commits on Nov 11, 2022
implement self hidden property for vectorio shapes
FoamyGuy
committed
3c4d8c6
View commit details
Copy full SHA for 3c4d8c6
View code at this point
Browse repository at this point
Commits on Oct 22, 2022
Fix USB issues caused by early usb_cdc.Serial read
Show description for eb1b2f3
tannewt
committed
eb1b2f3
View commit details
Copy full SHA for eb1b2f3
View code at this point
Browse repository at this point
Commits on Oct 13, 2022
Fix parsing long dotenv values
Show description for 5551967
jepler
committed
5551967
View commit details
Copy full SHA for 5551967
View code at this point
Browse repository at this point
Merge remote-tracking branch 'adafruit/main' into add-os-utime-function
dhalbert
committed
de7a9c3
View commit details
Copy full SHA for de7a9c3
View code at this point
Browse repository at this point
Merge pull request #7000 from MicroDev1/storage-extend
Show description for 7e4b2a0
dhalbert
authored
7e4b2a0
View commit details
Copy full SHA for 7e4b2a0
View code at this point
Browse repository at this point
add storage extension python api
microdev1
committed
728fea4
View commit details
Copy full SHA for 728fea4
View code at this point
Browse repository at this point
Commits on Oct 8, 2022
Merge branch 'main' into add-os-utime-function
dhalbert
authored
987030e
View commit details
Copy full SHA for 987030e
View code at this point
Browse repository at this point
Commits on Oct 6, 2022
Remove multiterminal
Show description for 833f559
dhalbert
authored and
jepler
committed
833f559
View commit details
Copy full SHA for 833f559
View code at this point
Browse repository at this point
Commits on Oct 5, 2022
Add unicode support to dotenv
Show description for 27e6623
jepler
committed
27e6623
View commit details
Copy full SHA for 27e6623
View code at this point
Browse repository at this point
Allow spaces before = in dotenv
dhalbert
committed
9107927
View commit details
Copy full SHA for 9107927
View code at this point
Browse repository at this point
Commits on Oct 4, 2022
Refactor dotenv module so that it can be tested on host
Show description for 52bca95
jepler
committed
52bca95
View commit details
Copy full SHA for 52bca95
View code at this point
Browse repository at this point
fix some dotenv parsing
dhalbert
committed
6dc03ae
View commit details
Copy full SHA for 6dc03ae
View code at this point
Browse repository at this point
Commits on Sep 27, 2022
finish status bar internal simplification
dhalbert
committed
0cd3737
View commit details
Copy full SHA for 0cd3737
View code at this point
Browse repository at this point
Commits on Sep 22, 2022
simplify logic in _clobber_points_list
jepler
committed
f7221d5
View commit details
Copy full SHA for f7221d5
View code at this point
Browse repository at this point
vectorio: Simplify argument checking of x/y values
jepler
committed
ef35ca1
View commit details
Copy full SHA for ef35ca1
View code at this point
Browse repository at this point
Updated utime() to take a 2-tuple instead of a plain int
isacben
committed
71d6496
View commit details
Copy full SHA for 71d6496
View code at this point
Browse repository at this point
Commits on Sep 19, 2022
Added utime() to the os librady
isacben
committed
5a21c30
View commit details
Copy full SHA for 5a21c30
View code at this point
Browse repository at this point
Commits on Sep 12, 2022
Fix with PWM for brightness slowing devices down
gamblor21
committed
863a8bc
View commit details
Copy full SHA for 863a8bc
View code at this point
Browse repository at this point
Commits on Sep 8, 2022
Merge pull request #6847 from dhalbert/status-bar-control
Show description for dd37c81
dhalbert
authored
dd37c81
View commit details
Copy full SHA for dd37c81
View code at this point
Browse repository at this point
Commits on Sep 6, 2022
allow writing empty color frame
pepijndevos
authored
f69f517
View commit details
Copy full SHA for f69f517
View code at this point
Browse repository at this point
Commits on Sep 1, 2022
Clear stale exception in _exec_result; more status_bar fixups
dhalbert
committed
2c42a48
View commit details
Copy full SHA for 2c42a48
View code at this point
Browse repository at this point
Commits on Aug 31, 2022
avoid status bar updates immediately after hard restart
dhalbert
committed
2fa671c
View commit details
Copy full SHA for 2fa671c
View code at this point
Browse repository at this point
Commits on Aug 30, 2022
status bar control
dhalbert
committed
52080e2
View commit details
Copy full SHA for 52080e2
View code at this point
Browse repository at this point
Commits on Aug 24, 2022
Merge pull request #6767 from maximkulkin/usb-hid-get-last-report-fix
Show description for b481411
dhalbert
authored
b481411
View commit details
Copy full SHA for b481411
View code at this point
Browse repository at this point
shared-module/usb_hid: Fix behavior of Device.get_last_received_report()
Show description for aab5fac
maximkulkin
committed
aab5fac
View commit details
Copy full SHA for aab5fac
View code at this point
Browse repository at this point
Commits on Aug 19, 2022
Two small fixes, remove hardcoded height and non-scale issues
gamblor21
committed
f134f86
View commit details
Copy full SHA for f134f86
View code at this point
Browse repository at this point
Commits on Aug 10, 2022
Touchin.c - fix clean up in constructor before exception is thrown
Show description for 92231e8
Sciss
authored
92231e8
View commit details
Copy full SHA for 92231e8
View code at this point
Browse repository at this point
Merge pull request #6739 from jepler/qrio-esp32camera
Show description for c2a45c1
jepler
authored
c2a45c1
View commit details
Copy full SHA for c2a45c1
View code at this point
Browse repository at this point
Add support for RGB565 images in qrio
Show description for 5168f6e
jepler
committed
5168f6e
View commit details
Copy full SHA for 5168f6e
View code at this point
Browse repository at this point
Merge remote-tracking branch 'adafruit/main' into remove-autobrightness
dhalbert
committed
02cc6c2
View commit details
Copy full SHA for 02cc6c2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.