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 }}
megacoder
/
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-bindings
framebufferio
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 1, 2023
run updated pre-commit
microdev1
committed
d9d94ea
View commit details
Copy full SHA for d9d94ea
View code at this point
Browse repository at this point
Commits on Nov 19, 2022
allow set_root_group for FrameBufferDisplay instead of show()
FoamyGuy
committed
ef33984
View commit details
Copy full SHA for ef33984
View code at this point
Browse repository at this point
Commits on Sep 30, 2022
Tweak black_bindings
Show description for 907c5d3
jepler
committed
907c5d3
View commit details
Copy full SHA for 907c5d3
View code at this point
Browse repository at this point
Commits on Sep 27, 2022
run black_bindings across all bindings
jepler
committed
b2cc8d2
View commit details
Copy full SHA for b2cc8d2
View code at this point
Browse repository at this point
Commits on Aug 10, 2022
Remove support for auto-brightness
dhalbert
committed
41bcd7b
View commit details
Copy full SHA for 41bcd7b
View code at this point
Browse repository at this point
Commits on Jul 14, 2022
fix the docs
Neradoc
committed
17d65fe
View commit details
Copy full SHA for 17d65fe
View code at this point
Browse repository at this point
implement root_group in framebufferio.FramebufferDisplay
Neradoc
committed
626296b
View commit details
Copy full SHA for 626296b
View code at this point
Browse repository at this point
Commits on May 27, 2022
Conditionalize LTO
tannewt
committed
9d10a3d
View commit details
Copy full SHA for 9d10a3d
View code at this point
Browse repository at this point
Commits on May 3, 2022
Make MP_PROPERTY_GETTER / _GETSET fully declare the property
Show description for 78cf0a9
jepler
committed
78cf0a9
View commit details
Copy full SHA for 78cf0a9
View code at this point
Browse repository at this point
Introduce, use MP_PROPERTY_GETTER, _GETSET
Show description for 31da335
jepler
committed
31da335
View commit details
Copy full SHA for 31da335
View code at this point
Browse repository at this point
Commits on Dec 22, 2021
circuitpython_stubs: Use `circuitpython_typing` for cp-specific typing
Show description for 166793f
jepler
committed
166793f
View commit details
Copy full SHA for 166793f
View code at this point
Browse repository at this point
Commits on Nov 24, 2021
Fix I2C and feedback from Dan
tannewt
committed
927a720
View commit details
Copy full SHA for 927a720
View code at this point
Browse repository at this point
Commits on Oct 15, 2021
Rename make_new's parameter to `all_args`
Show description for 4e7c1a4
jepler
committed
4e7c1a4
View commit details
Copy full SHA for 4e7c1a4
View code at this point
Browse repository at this point
Merge tag 'v1.17' into merge-1.17
Show description for 8d8f83b
jepler
committed
8d8f83b
View commit details
Copy full SHA for 8d8f83b
View code at this point
Browse repository at this point
Commits on Aug 27, 2021
Convert more modules to use MP_REGISTER_MODULE
Show description for b8f2799
capellini
committed
b8f2799
View commit details
Copy full SHA for b8f2799
View code at this point
Browse repository at this point
Commits on May 6, 2021
Fix board builds and use MP_ERROR_TEXT in py and extmod
tannewt
committed
3fda0c0
View commit details
Copy full SHA for 3fda0c0
View code at this point
Browse repository at this point
Commits on Mar 15, 2021
run code formatting script
microdev1
committed
a52eb88
View commit details
Copy full SHA for a52eb88
View code at this point
Browse repository at this point
Commits on Aug 6, 2020
Modify some Python stubs
ciscorn
committed
56c898d
View commit details
Copy full SHA for 56c898d
View code at this point
Browse repository at this point
Commits on Jul 27, 2020
Fix several type hints
ciscorn
committed
d356581
View commit details
Copy full SHA for d356581
View code at this point
Browse repository at this point
Commits on Jul 24, 2020
Add and correct some type hints
ciscorn
committed
54a342a
View commit details
Copy full SHA for 54a342a
View code at this point
Browse repository at this point
Commits on Jul 17, 2020
Made more requested changes
evaherrada
committed
d64b4e3
View commit details
Copy full SHA for d64b4e3
View code at this point
Browse repository at this point
Commits on Jul 3, 2020
Made every init return None
evaherrada
committed
d0d949c
View commit details
Copy full SHA for d0d949c
View code at this point
Browse repository at this point
Made most of the requested changes
evaherrada
committed
3df03a5
View commit details
Copy full SHA for 3df03a5
View code at this point
Browse repository at this point
Added type hints to framebufferio
evaherrada
committed
ca0e8ea
View commit details
Copy full SHA for ca0e8ea
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 May 13, 2020
Swap sphinx to autoapi and the inline stubs
tannewt
committed
4e8de3c
View commit details
Copy full SHA for 4e8de3c
View code at this point
Browse repository at this point
Commits on May 7, 2020
Did _eve, fontio, framebufferio, and frequencyio
evaherrada
committed
a3d5adb
View commit details
Copy full SHA for a3d5adb
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
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
framebufferio: get more properties direct from underlying framebuffer
jepler
committed
1a91a75
View commit details
Copy full SHA for 1a91a75
View code at this point
Browse repository at this point
framebufferio: get width, height from framebuffer properties
jepler
committed
d1ff23e
View commit details
Copy full SHA for d1ff23e
View code at this point
Browse repository at this point
Commits on Apr 14, 2020
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
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
Previous
Next
You can’t perform that action at this time.