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 }}
flummer
/
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 Feb 17, 2025
ColorConverter was inaccurate when converting rgb555 (and bgr555) colorspace to rgb888. For details look at: https://stackoverflow.com/questions/71106056/what-is-the-correct-way-to-convert-rgb555-t…
Show description for ff8cec3
qutefox
committed
ff8cec3
View commit details
Copy full SHA for ff8cec3
View code at this point
Browse repository at this point
Commits on Feb 14, 2025
Merge pull request #9804 from jepler/synthio-blockbiquad-morefilters
Show description for 3f2c1e0
tannewt
authored
3f2c1e0
View commit details
Copy full SHA for 3f2c1e0
View code at this point
Browse repository at this point
Commits on Feb 13, 2025
Add `supervisor.runtime.display`
Show description for 7519691
jepler
committed
7519691
View commit details
Copy full SHA for 7519691
View code at this point
Browse repository at this point
Commits on Feb 8, 2025
audiofilters: Tick biquads even when playing silence
jepler
committed
6982111
View commit details
Copy full SHA for 6982111
View code at this point
Browse repository at this point
Fix filters again
jepler
committed
6054810
View commit details
Copy full SHA for 6054810
View code at this point
Browse repository at this point
BlockBiquad: Add shelf & peaking eq filters with "A" parameter
Show description for 6b82498
jepler
committed
6b82498
View commit details
Copy full SHA for 6b82498
View code at this point
Browse repository at this point
Audiofilter: Add support for block biquads
Show description for 8b20c84
jepler
committed
8b20c84
View commit details
Copy full SHA for 8b20c84
View code at this point
Browse repository at this point
Simplify audiofilter construction through better default parameters
jepler
committed
ffae82d
View commit details
Copy full SHA for ffae82d
View code at this point
Browse repository at this point
Use properties construct helper to simplify block biquad construction
jepler
committed
cd321fe
View commit details
Copy full SHA for cd321fe
View code at this point
Browse repository at this point
Commits on Feb 7, 2025
audio: reduce code size
Show description for e15eba0
jepler
committed
e15eba0
View commit details
Copy full SHA for e15eba0
View code at this point
Browse repository at this point
Commits on Feb 5, 2025
Merge pull request #10026 from tannewt/zephyr
Show description for 4ba872c
tannewt
authored
4ba872c
View commit details
Copy full SHA for 4ba872c
View code at this point
Browse repository at this point
Merge pull request #9995 from MarshallMiller/espressif-audioio-support
Show description for 1f07992
dhalbert
authored
1f07992
View commit details
Copy full SHA for 1f07992
View code at this point
Browse repository at this point
Commits on Feb 4, 2025
Add Zephyr port
Show description for 7f0cc9e
tannewt
committed
7f0cc9e
View commit details
Copy full SHA for 7f0cc9e
View code at this point
Browse repository at this point
Merge pull request #10013 from MarshallMiller/skip-chunks-between-fmt-and-data
Show description for 11711fd
dhalbert
authored
11711fd
View commit details
Copy full SHA for 11711fd
View code at this point
Browse repository at this point
Commits on Jan 30, 2025
When `freq_shift=True`, iterate through each element of buffer independently to avoid sample decimation.
relic-se
committed
3eeb90b
View commit details
Copy full SHA for 3eeb90b
View code at this point
Browse repository at this point
Commits on Jan 29, 2025
skip any chunks between fmt and data
MarshallMiller
committed
b0b3a2d
View commit details
Copy full SHA for b0b3a2d
View code at this point
Browse repository at this point
Commits on Jan 26, 2025
added audioio to espressif
MarshallMiller
committed
6f4f57e
View commit details
Copy full SHA for 6f4f57e
View code at this point
Browse repository at this point
support wave files with 40 byte format chunk
MarshallMiller
committed
606f56a
View commit details
Copy full SHA for 606f56a
View code at this point
Browse repository at this point
Commits on Jan 18, 2025
Allow variable mix down sample scale.
relic-se
committed
e049337
View commit details
Copy full SHA for e049337
View code at this point
Browse repository at this point
Commits on Jan 17, 2025
Remove unnecessary copies of `mix_down_sample`.
relic-se
committed
99b4fae
View commit details
Copy full SHA for 99b4fae
View code at this point
Browse repository at this point
Fix build errors.
relic-se
committed
48f272e
View commit details
Copy full SHA for 48f272e
View code at this point
Browse repository at this point
Add `mix_down_sample` to echo output.
relic-se
committed
ec5b1e8
View commit details
Copy full SHA for ec5b1e8
View code at this point
Browse repository at this point
Remove truncation of `delay_ms` within buffer processing loop.
relic-se
committed
05db339
View commit details
Copy full SHA for 05db339
View code at this point
Browse repository at this point
Move `shared_bindings_synthio_lfo_tick` to avoid error if using unsigned 16-bit audio.
relic-se
committed
8c40c56
View commit details
Copy full SHA for 8c40c56
View code at this point
Browse repository at this point
Update `shared_bindings_synthio_lfo_tick` within `audiomixer` to use variable sample length.
relic-se
committed
84f8e31
View commit details
Copy full SHA for 84f8e31
View code at this point
Browse repository at this point
Only calculate lofi bit mask when necessary.
relic-se
committed
b796f0d
View commit details
Copy full SHA for b796f0d
View code at this point
Browse repository at this point
Remove unnecessary deinit check.
relic-se
committed
cef94d7
View commit details
Copy full SHA for cef94d7
View code at this point
Browse repository at this point
Merge branch 'adafruit:main' into audiofilters_distortion
relic-se
authored
e18e5b2
View commit details
Copy full SHA for e18e5b2
View code at this point
Browse repository at this point
Commits on Jan 3, 2025
Merge pull request #9912 from patricksurry/demux-keymatrix-delay
Show description for 57cf054
dhalbert
authored
57cf054
View commit details
Copy full SHA for 57cf054
View code at this point
Browse repository at this point
Commits on Dec 26, 2024
Fix transpose logic
patricksurry
committed
e185c28
View commit details
Copy full SHA for e185c28
View code at this point
Browse repository at this point
Commits on Dec 25, 2024
wip: include transpose and columns_to_anodes options
patricksurry
committed
fdb38cc
View commit details
Copy full SHA for fdb38cc
View code at this point
Browse repository at this point
Commits on Dec 24, 2024
fix: Add delay to DemuxKeyMatrix
patricksurry
committed
111040f
View commit details
Copy full SHA for 111040f
View code at this point
Browse repository at this point
Commits on Dec 20, 2024
Revert to original functionality when synthio is not supported.
relic-se
committed
a5956ea
View commit details
Copy full SHA for a5956ea
View code at this point
Browse repository at this point
Fix pre-commit formatting error.
relic-se
committed
e37502c
View commit details
Copy full SHA for e37502c
View code at this point
Browse repository at this point
Implement level as BlockInput.
relic-se
committed
542c7c9
View commit details
Copy full SHA for 542c7c9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.