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 }}
eddieespinal
/
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
type_hints
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 26, 2020
sdcardio: implement new library for SD card I/O
Show description for 57fde2e
jepler
committed
57fde2e
View commit details
Copy full SHA for 57fde2e
View code at this point
Browse repository at this point
Commits on Jun 22, 2020
_pew: move to common-hal
Show description for a580f0f
jepler
committed
a580f0f
View commit details
Copy full SHA for a580f0f
View code at this point
Browse repository at this point
Commits on Jun 15, 2020
remove debugging prints
dhalbert
committed
c91435e
View commit details
Copy full SHA for c91435e
View code at this point
Browse repository at this point
Fix ScanEntry prefix matching for all
dhalbert
committed
8189693
View commit details
Copy full SHA for 8189693
View code at this point
Browse repository at this point
Commits on Jun 10, 2020
Issue #3014 - refresh after changing to transparent
Show description for 058c16e
DavePutz
authored
058c16e
View commit details
Copy full SHA for 058c16e
View code at this point
Browse repository at this point
Commits on Jun 3, 2020
Fix up end of file and trailing whitespace.
Show description for dd5d7c8
Flameeyes
committed
dd5d7c8
View commit details
Copy full SHA for dd5d7c8
View code at this point
Browse repository at this point
Commits on Jun 2, 2020
audiomixer: Fix garbled playback when voice 0 is stopped, audio pops
Show description for 0722daf
jepler
committed
0722daf
View commit details
Copy full SHA for 0722daf
View code at this point
Browse repository at this point
Commits on May 25, 2020
Allow setting RGBW pixels with RGB tuples
rhooper
committed
dd98024
View commit details
Copy full SHA for dd98024
View code at this point
Browse repository at this point
Commits on May 23, 2020
Simplify pixelbuf set_pixels function
dunkmann00
committed
c592a2b
View commit details
Copy full SHA for c592a2b
View code at this point
Browse repository at this point
Commits on May 22, 2020
Use mp_int_t for setting pixelbuf slice indices
Show description for f078055
dunkmann00
committed
f078055
View commit details
Copy full SHA for f078055
View code at this point
Browse repository at this point
Implement negative step for pixelbuf slices
dunkmann00
committed
16ffc73
View commit details
Copy full SHA for 16ffc73
View code at this point
Browse repository at this point
Commits on May 19, 2020
Merge pull request #2837 from k0d/serial-debug
Show description for 2c2b533
tannewt
authored
2c2b533
View commit details
Copy full SHA for 2c2b533
View code at this point
Browse repository at this point
Enable showing the console on a debug uart
k0d
committed
007c92e
View commit details
Copy full SHA for 007c92e
View code at this point
Browse repository at this point
Commits on May 18, 2020
remove a duplication in polygon.c
kvc0
committed
dde66ca
View commit details
Copy full SHA for dde66ca
View code at this point
Browse repository at this point
vectorio: speed up polygon
Show description for 4bbb80e
kvc0
committed
4bbb80e
View commit details
Copy full SHA for 4bbb80e
View code at this point
Browse repository at this point
Commits on May 13, 2020
Gamepad & GamepadShift: Enable ticks while object exists
Show description for fbf052b
jepler
committed
fbf052b
View commit details
Copy full SHA for fbf052b
View code at this point
Browse repository at this point
Commits on May 12, 2020
add performance measurement to VectorShape
kvc0
committed
fd94c08
View commit details
Copy full SHA for fd94c08
View code at this point
Browse repository at this point
make Circle return explicit
kvc0
committed
6aa9709
View commit details
Copy full SHA for 6aa9709
View code at this point
Browse repository at this point
Commits on May 10, 2020
vectorio: fix up Rectangle
Show description for 32f85f7
kvc0
committed
32f85f7
View commit details
Copy full SHA for 32f85f7
View code at this point
Browse repository at this point
vectorio: clean up after group removal
Show description for 58c8e00
kvc0
committed
58c8e00
View commit details
Copy full SHA for 58c8e00
View code at this point
Browse repository at this point
vectorio: respect display transpose and mirror.
Show description for 6660311
kvc0
committed
6660311
View commit details
Copy full SHA for 6660311
View code at this point
Browse repository at this point
vectorio: switch per-shape transform to Display
Show description for 4086600
kvc0
committed
4086600
View commit details
Copy full SHA for 4086600
View code at this point
Browse repository at this point
Commits on May 9, 2020
Add vectorio: for drawing shapes
Show description for 206d0e5
kvc0
committed
206d0e5
View commit details
Copy full SHA for 206d0e5
View code at this point
Browse repository at this point
Commits on May 6, 2020
aesio: add basic AES encryption and decryption
Show description for b168784
xobs
committed
b168784
View commit details
Copy full SHA for b168784
View code at this point
Browse repository at this point
Commits on May 5, 2020
Merge pull request #2842 from hierophect/stm32-h7-displayio
Show description for c311b5c
hierophect
authored
c311b5c
View commit details
Copy full SHA for c311b5c
View code at this point
Browse repository at this point
Commits on May 4, 2020
make translate again
dhalbert
committed
bae7a5e
View commit details
Copy full SHA for bae7a5e
View code at this point
Browse repository at this point
Commits on May 1, 2020
Fix flag typo
hierophect
committed
61b0994
View commit details
Copy full SHA for 61b0994
View code at this point
Browse repository at this point
Commits on Apr 30, 2020
Make PulseIO optional within DisplayIO
hierophect
committed
4f71bd2
View commit details
Copy full SHA for 4f71bd2
View code at this point
Browse repository at this point
Commits on Apr 22, 2020
ringbuf tested
dhalbert
committed
fbc8719
View commit details
Copy full SHA for fbc8719
View code at this point
Browse repository at this point
Commits on Apr 21, 2020
merge from adafruit
dhalbert
committed
77cd93a
View commit details
Copy full SHA for 77cd93a
View code at this point
Browse repository at this point
further ringbuf cleanup
dhalbert
committed
38ec3bc
View commit details
Copy full SHA for 38ec3bc
View code at this point
Browse repository at this point
Merge remote-tracking branch 'adafruit/master' into lower_power
Show description for bebf27e
tannewt
committed
bebf27e
View commit details
Copy full SHA for bebf27e
View code at this point
Browse repository at this point
Commits on Apr 17, 2020
framebufferio: update copyright information
jepler
committed
9bfe6b7
View commit details
Copy full SHA for 9bfe6b7
View code at this point
Browse repository at this point
RGBMatrix: finish renaming from Protomatter
Show description for 5fcc6d6
jepler
committed
5fcc6d6
View commit details
Copy full SHA for 5fcc6d6
View code at this point
Browse repository at this point
framebufferio: get width, etc., from protocol, not object property
jepler
committed
57ce2d1
View commit details
Copy full SHA for 57ce2d1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.