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 }}
tkroo
/
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 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
don't consider refresh areas for hidden groups or tilegrids
FoamyGuy
committed
06057a6
View commit details
Copy full SHA for 06057a6
View code at this point
Browse repository at this point
Commits on May 30, 2023
synthio: improve rounding in biquad
Show description for 5f7998e
jepler
committed
5f7998e
View commit details
Copy full SHA for 5f7998e
View code at this point
Browse repository at this point
synthio: shift 19 was too much for a note with amplitude 1
jepler
committed
8a85deb
View commit details
Copy full SHA for 8a85deb
View code at this point
Browse repository at this point
synthio: more fir-filter removal; fix biquad logic errors
jepler
committed
3151656
View commit details
Copy full SHA for 3151656
View code at this point
Browse repository at this point
Commits on May 29, 2023
synthio: Fix multichannel biquad filtering
jepler
committed
a891e14
View commit details
Copy full SHA for a891e14
View code at this point
Browse repository at this point
synthio: apply biquad filters during synthesis
jepler
committed
5102797
View commit details
Copy full SHA for 5102797
View code at this point
Browse repository at this point
synthio: add biquad filter type & basic filter calculations
Show description for fed8d58
jepler
committed
fed8d58
View commit details
Copy full SHA for fed8d58
View code at this point
Browse repository at this point
Commits on May 24, 2023
synthio: rename synthesizer.lfos to .blocks
Show description for 11d8a6e
jepler
committed
11d8a6e
View commit details
Copy full SHA for 11d8a6e
View code at this point
Browse repository at this point
synthio: fix, rename voct_to_hz
Show description for 1847c2b
jepler
committed
1847c2b
View commit details
Copy full SHA for 1847c2b
View code at this point
Browse repository at this point
Commits on May 21, 2023
synthio: avoid exceptions inside get_buffer
Show description for ac02a26
jepler
committed
ac02a26
View commit details
Copy full SHA for ac02a26
View code at this point
Browse repository at this point
synthio: remove 'none' case from lfo_tick
jepler
committed
11c110e
View commit details
Copy full SHA for 11c110e
View code at this point
Browse repository at this point
synthio: lfo: bugfixes & improvements
Show description for 4ff08e0
jepler
committed
4ff08e0
View commit details
Copy full SHA for 4ff08e0
View code at this point
Browse repository at this point
synthio: add (untested) phase offset
jepler
committed
e0cfae1
View commit details
Copy full SHA for e0cfae1
View code at this point
Browse repository at this point
synthio: Move some divide-by-twos to get_buffer
Show description for e259f8d
jepler
committed
e259f8d
View commit details
Copy full SHA for e259f8d
View code at this point
Browse repository at this point
Commits on May 18, 2023
synthio: simplify block logic a bit by converting from float just once
jepler
committed
c435c46
View commit details
Copy full SHA for c435c46
View code at this point
Browse repository at this point
Commits on May 17, 2023
synthio: Finish implementing Math blocks
jepler
committed
3914381
View commit details
Copy full SHA for 3914381
View code at this point
Browse repository at this point
synthio: start generalizing LFO to Block
jepler
committed
5de4d19
View commit details
Copy full SHA for 5de4d19
View code at this point
Browse repository at this point
synthio: improve documentation, simplify synthio_lfo_obj_tick_scaled
jepler
committed
3d2db5d
View commit details
Copy full SHA for 3d2db5d
View code at this point
Browse repository at this point
Commits on May 16, 2023
synthio: Allow bends of more than one octave
Show description for d4294de
jepler
committed
d4294de
View commit details
Copy full SHA for d4294de
View code at this point
Browse repository at this point
synthio: improve release/press/change
Show description for 0b926f8
jepler
committed
0b926f8
View commit details
Copy full SHA for 0b926f8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.