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
5.3.x
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 10, 2020
Allow setting RGBW pixels with RGB tuples
rhooper
committed
dd53e9a
View commit details
Copy full SHA for dd53e9a
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
Rename Protomatter -> RGBMatrix
Show description for 3d6258f
jepler
committed
3d6258f
View commit details
Copy full SHA for 3d6258f
View code at this point
Browse repository at this point
protomatter: move get_width/height to common_hal
jepler
committed
64c3968
View commit details
Copy full SHA for 64c3968
View code at this point
Browse repository at this point
Rename _protomatter -> protomatter
Show description for a323377
jepler
committed
a323377
View commit details
Copy full SHA for a323377
View code at this point
Browse repository at this point
Commits on Apr 14, 2020
displayio: swap colors in palettes too
Show description for d8362ef
jepler
committed
d8362ef
View commit details
Copy full SHA for d8362ef
View code at this point
Browse repository at this point
protomatter: Respond to review comments
Show description for 880fff8
jepler
committed
880fff8
View commit details
Copy full SHA for 880fff8
View code at this point
Browse repository at this point
framebufferio: move backlight down to the underlying framebuffer
jepler
committed
ba20bc8
View commit details
Copy full SHA for ba20bc8
View code at this point
Browse repository at this point
protomatter: Use low end of supervisor heap
Show description for e4c6b24
jepler
committed
e4c6b24
View commit details
Copy full SHA for e4c6b24
View code at this point
Browse repository at this point
protomatter: release the protomatter object during release_displays()
jepler
committed
5dae23c
View commit details
Copy full SHA for 5dae23c
View code at this point
Browse repository at this point
protomatter: allocator: Never supervisor-alloc while gc available
Show description for 0ca2701
jepler
committed
0ca2701
View commit details
Copy full SHA for 0ca2701
View code at this point
Browse repository at this point
FramebufferDisplay: remove probably not needed constructor arguments
jepler
committed
baf04b7
View commit details
Copy full SHA for baf04b7
View code at this point
Browse repository at this point
_protomatter: move get/set paused into shared-module
jepler
committed
a663a7d
View commit details
Copy full SHA for a663a7d
View code at this point
Browse repository at this point
deinit: Work harder to ensure storage is released at deinit
jepler
committed
caea4e0
View commit details
Copy full SHA for caea4e0
View code at this point
Browse repository at this point
fix build for non-displayio & non-protomatter targets
jepler
committed
1f38212
View commit details
Copy full SHA for 1f38212
View code at this point
Browse repository at this point
protomatter: more memory allocation fixes
Show description for 3a94412
jepler
committed
3a94412
View commit details
Copy full SHA for 3a94412
View code at this point
Browse repository at this point
Add Protomatter and FramebufferDisplay
jepler
committed
09dc46a
View commit details
Copy full SHA for 09dc46a
View code at this point
Browse repository at this point
displayio: implement, use allocate_new_display_bus_or_raise
jepler
committed
8cba145
View commit details
Copy full SHA for 8cba145
View code at this point
Browse repository at this point
displayio: implement, use allocate_display_or_raise
jepler
committed
6378d60
View commit details
Copy full SHA for 6378d60
View code at this point
Browse repository at this point
Commits on Apr 13, 2020
make packed word and copy it in
caternuson
committed
a9fb34e
View commit details
Copy full SHA for a9fb34e
View code at this point
Browse repository at this point
Commits on Apr 9, 2020
add docstring, clean up
caternuson
committed
dc75746
View commit details
Copy full SHA for dc75746
View code at this point
Browse repository at this point
initial working fill
caternuson
committed
49fff2d
View commit details
Copy full SHA for 49fff2d
View code at this point
Browse repository at this point
Commits on Apr 8, 2020
Save backlight_on_high correctly.
Show description for 4ee6754
tannewt
committed
4ee6754
View commit details
Copy full SHA for 4ee6754
View code at this point
Browse repository at this point
Commits on Mar 28, 2020
Merge pull request #2730 from tannewt/fix_fourwire_phase_polarity
Show description for 54e8c63
jepler
authored
54e8c63
View commit details
Copy full SHA for 54e8c63
View code at this point
Browse repository at this point
Commits on Mar 26, 2020
adding a backlight polarity flag to Display
siddacious
committed
9e0c00d
View commit details
Copy full SHA for 9e0c00d
View code at this point
Browse repository at this point
Commits on Mar 25, 2020
Add polarity and phase to FourWire.
Show description for 6b7acc6
tannewt
committed
6b7acc6
View commit details
Copy full SHA for 6b7acc6
View code at this point
Browse repository at this point
Commits on Mar 18, 2020
Pixelbuf: subscr: Get correct pixel value
Show description for 310f2cc
jepler
committed
310f2cc
View commit details
Copy full SHA for 310f2cc
View code at this point
Browse repository at this point
Commits on Mar 5, 2020
rename routines to be clearer; fix wiznet arg types
dhalbert
committed
817b5be
View commit details
Copy full SHA for 817b5be
View code at this point
Browse repository at this point
Commits on Feb 29, 2020
new pin validation routines; don't use mp_const_none if NULL will do
dhalbert
committed
b620640
View commit details
Copy full SHA for b620640
View code at this point
Browse repository at this point
Commits on Feb 23, 2020
Fix incorrect initialisation of default UART
mubes
committed
d41cf2e
View commit details
Copy full SHA for d41cf2e
View code at this point
Browse repository at this point
Commits on Feb 18, 2020
Addition of RS485 support
mubes
committed
d388899
View commit details
Copy full SHA for d388899
View code at this point
Browse repository at this point
Addition of RTS/CTS/RS485 UART functionality
mubes
committed
84ad3d8
View commit details
Copy full SHA for 84ad3d8
View code at this point
Browse repository at this point
Commits on Feb 13, 2020
Merge pull request #2581 from jamesbowman/master
Show description for e97b0cf
tannewt
authored
e97b0cf
View commit details
Copy full SHA for e97b0cf
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.