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
4.x
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 19, 2019
Fix it's -> its
tannewt
committed
d9089f5
View commit details
Copy full SHA for d9089f5
View code at this point
Browse repository at this point
Commits on Jul 18, 2019
Track a dirty area for in-memory bitmaps
Show description for 4a6bdb6
tannewt
committed
4a6bdb6
View commit details
Copy full SHA for 4a6bdb6
View code at this point
Browse repository at this point
Commits on Jun 18, 2019
Merge pull request #1952 from tannewt/fixup_tilegrid_dirty
Show description for 13c3d06
tannewt
authored
13c3d06
View commit details
Copy full SHA for 13c3d06
View code at this point
Browse repository at this point
Add baudrate to FourWire and shorten delay.
tannewt
committed
4013bcd
View commit details
Copy full SHA for 4013bcd
View code at this point
Browse repository at this point
Commits on Jun 17, 2019
Use width for x. Thanks @deshipu
tannewt
committed
7490adf
View commit details
Copy full SHA for 7490adf
View code at this point
Browse repository at this point
Fix TileGrid's dirty tracking when changing top left
tannewt
committed
da3d75f
View commit details
Copy full SHA for da3d75f
View code at this point
Browse repository at this point
Commits on Jun 13, 2019
Minor tweaks based on Dan's feedback
tannewt
committed
6f6dcaf
View commit details
Copy full SHA for 6f6dcaf
View code at this point
Browse repository at this point
Commits on Jun 12, 2019
Refactor deinit check to reduce code size.
tannewt
committed
a35d9b4
View commit details
Copy full SHA for a35d9b4
View code at this point
Browse repository at this point
Add partial display update support.
Show description for eb21fc3
tannewt
committed
eb21fc3
View commit details
Copy full SHA for eb21fc3
View code at this point
Browse repository at this point
Commits on Jun 11, 2019
Merge latest 4.0.x fixes into master
dhalbert
committed
4fc189b
View commit details
Copy full SHA for 4fc189b
View code at this point
Browse repository at this point
Commits on Jun 6, 2019
Include display objects in gc.
dhalbert
committed
62de250
View commit details
Copy full SHA for 62de250
View code at this point
Browse repository at this point
Commits on Jun 5, 2019
[shared-module/audioio/WaveFile.h] Change sample_rate from uint16_t to uint32_t so it matches the sample rate type parsed from the WAV header format, fix #1922
C47D
committed
671178c
View commit details
Copy full SHA for 671178c
View code at this point
Browse repository at this point
Commits on May 31, 2019
Fix off-by-one error
Show description for 5d0791c
tannewt
committed
5d0791c
View commit details
Copy full SHA for 5d0791c
View code at this point
Browse repository at this point
Commits on May 22, 2019
Make point 2 in areas exclusive and simplify full_coverage.
tannewt
committed
7a117f5
View commit details
Copy full SHA for 7a117f5
View code at this point
Browse repository at this point
Rework the pixel computation to use areas
Show description for 3fad7de
tannewt
committed
3fad7de
View commit details
Copy full SHA for 3fad7de
View code at this point
Browse repository at this point
Commits on May 15, 2019
Remove old comment
tannewt
authored
00c3980
View commit details
Copy full SHA for 00c3980
View code at this point
Browse repository at this point
Add index and remove to Group.
tannewt
committed
5608e27
View commit details
Copy full SHA for 5608e27
View code at this point
Browse repository at this point
Commits on May 10, 2019
Merge pull request #1837 from nickzoic/circuitpython-nickzoic-1800-wiznet-socket
Show description for 46164c6
tannewt
authored
46164c6
View commit details
Copy full SHA for 46164c6
View code at this point
Browse repository at this point
randomize tcp source port for adafruit/circuitpython#1800
nickzoic
committed
0d08dde
View commit details
Copy full SHA for 0d08dde
View code at this point
Browse repository at this point
reset wiznet at network deinitialize adafruit/circuitpython#1800
nickzoic
committed
af0bba0
View commit details
Copy full SHA for af0bba0
View code at this point
Browse repository at this point
Commits on May 9, 2019
Handle -scale to 0 correctly in Group
Show description for e64bbc4
tannewt
committed
e64bbc4
View commit details
Copy full SHA for e64bbc4
View code at this point
Browse repository at this point
Commits on May 7, 2019
Make wiznet5k RST pin optional adafruit/circuitpython#1800
nickzoic
committed
264fc2b
View commit details
Copy full SHA for 264fc2b
View code at this point
Browse repository at this point
Clean up list of NICs on network deinit adafruit/circuitpython#1800
nickzoic
committed
24934a1
View commit details
Copy full SHA for 24934a1
View code at this point
Browse repository at this point
Commits on May 2, 2019
Add a kw-only argument "dhcp" to wiznet5k object
nickzoic
committed
baa9c02
View commit details
Copy full SHA for baa9c02
View code at this point
Browse repository at this point
assign variable socket number to DHCP
nickzoic
committed
09d0e99
View commit details
Copy full SHA for 09d0e99
View code at this point
Browse repository at this point
Avoid socket #0 used by DHCP
nickzoic
committed
09b83e9
View commit details
Copy full SHA for 09b83e9
View code at this point
Browse repository at this point
Commits on Apr 18, 2019
Merge pull request #1815 from dhalbert/stop-flicker
Show description for f548305
tannewt
authored
f548305
View commit details
Copy full SHA for f548305
View code at this point
Browse repository at this point
add Display.__init__() args for brightness and auto_brightness
dhalbert
committed
0113e09
View commit details
Copy full SHA for 0113e09
View code at this point
Browse repository at this point
Commits on Apr 17, 2019
Fix off by one error in OnDiskBitmap
Show description for c372567
tannewt
committed
c372567
View commit details
Copy full SHA for c372567
View code at this point
Browse repository at this point
Commits on Apr 16, 2019
Simplify type check in tick and init last
tannewt
committed
190bdf8
View commit details
Copy full SHA for 190bdf8
View code at this point
Browse repository at this point
Include cleanup and style tweaks
tannewt
committed
6132a05
View commit details
Copy full SHA for 6132a05
View code at this point
Browse repository at this point
Fully split gamepadshift from gamepad
tannewt
committed
0e03a32
View commit details
Copy full SHA for 0e03a32
View code at this point
Browse repository at this point
Commits on Apr 15, 2019
Split GamePadShift from GamePad to save space on most boards.
tannewt
committed
c927e6b
View commit details
Copy full SHA for c927e6b
View code at this point
Browse repository at this point
Commits on Apr 13, 2019
Merge branch 'master' into gamepad-shift
deshipu
committed
eeef535
View commit details
Copy full SHA for eeef535
View code at this point
Browse repository at this point
Commits on Apr 12, 2019
Reorganize the gamepad code
deshipu
committed
4dc286f
View commit details
Copy full SHA for 4dc286f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.