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 }}
StackRduino
/
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
displayio
__init__.c
on
patch-2
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 30, 2020
remove remaining top level displayio background check
FoamyGuy
committed
422a7d4
View commit details
Copy full SHA for 422a7d4
View code at this point
Browse repository at this point
removing top level displayio background check
FoamyGuy
committed
d1bda47
View commit details
Copy full SHA for d1bda47
View code at this point
Browse repository at this point
Commits on Aug 21, 2020
Merge pull request #3292 from jepler/allocate_display_bus_bug
Show description for 5771be9
tannewt
authored
5771be9
View commit details
Copy full SHA for 5771be9
View code at this point
Browse repository at this point
Commits on Aug 18, 2020
Fix build error for !SHARPDISPLAY
jepler
committed
f2f18da
View commit details
Copy full SHA for f2f18da
View code at this point
Browse repository at this point
displayio: Don't need to specialcase reset of sharpdisplay framebuffer
Show description for 0bec391
jepler
committed
0bec391
View commit details
Copy full SHA for 0bec391
View code at this point
Browse repository at this point
Finish implementing scott's suggestion
jepler
committed
6d2d36d
View commit details
Copy full SHA for 6d2d36d
View code at this point
Browse repository at this point
Update shared-module/displayio/__init__.c
Show description for 6425a41
jepler
and
tannewt
authored
6425a41
View commit details
Copy full SHA for 6425a41
View code at this point
Browse repository at this point
Commits on Aug 17, 2020
allocate_display_bus: fix bug where in-use bus would be returned
jepler
committed
1ccd2e2
View commit details
Copy full SHA for 1ccd2e2
View code at this point
Browse repository at this point
Commits on Aug 12, 2020
Fix build errors when SHARPDISPLAY && !RGBMATRIX
jepler
committed
759ded9
View commit details
Copy full SHA for 759ded9
View code at this point
Browse repository at this point
sharpmemory: Implement support for Sharp Memory Displays in framebufferio
jepler
committed
c1400ba
View commit details
Copy full SHA for c1400ba
View code at this point
Browse repository at this point
Commits on Jul 20, 2020
framebufferio: Handle auto refresh flag at reset
Show description for c243c13
jepler
committed
c243c13
View commit details
Copy full SHA for c243c13
View code at this point
Browse repository at this point
Commits on Apr 17, 2020
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
Commits on Apr 14, 2020
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
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 Jan 28, 2020
Implement requested changes
hierophect
committed
3c86005
View commit details
Copy full SHA for 3c86005
View code at this point
Browse repository at this point
Commits on Jan 24, 2020
Simplify the flash-display conflict fix
hierophect
committed
70932ca
View commit details
Copy full SHA for 70932ca
View code at this point
Browse repository at this point
Fix flash-display conflict error
hierophect
committed
2afca4e
View commit details
Copy full SHA for 2afca4e
View code at this point
Browse repository at this point
Commits on Aug 22, 2019
Regular display fixes including refresh tweaks
tannewt
committed
8d836fa
View commit details
Copy full SHA for 8d836fa
View code at this point
Browse repository at this point
Refresh ePaper displays once code.py is done running
tannewt
committed
24b3096
View commit details
Copy full SHA for 24b3096
View code at this point
Browse repository at this point
Rework refresh API and factor common display stuff out
Show description for 36a23e0
tannewt
committed
36a23e0
View commit details
Copy full SHA for 36a23e0
View code at this point
Browse repository at this point
Begin refresh rework.
tannewt
committed
c247e7d
View commit details
Copy full SHA for c247e7d
View code at this point
Browse repository at this point
EPaper displays work mostly.
tannewt
committed
70680d5
View commit details
Copy full SHA for 70680d5
View code at this point
Browse repository at this point
Commits on Aug 14, 2019
Fix I2CDisplay lifecycle and splash lifecycle.
Show description for b3de7ef
tannewt
committed
b3de7ef
View commit details
Copy full SHA for b3de7ef
View code at this point
Browse repository at this point
Commits on Jul 25, 2019
Add knobs for SSD1322 and two fixes.
Show description for af8cfbe
tannewt
committed
af8cfbe
View commit details
Copy full SHA for af8cfbe
View code at this point
Browse repository at this point
Commits on Jul 19, 2019
Add support for grayscale displays that are < 8 bit depth.
Show description for 6797ec6
tannewt
committed
6797ec6
View commit details
Copy full SHA for 6797ec6
View code at this point
Browse repository at this point
Commits on Jun 12, 2019
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 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 Apr 9, 2019
Fix boards with no shared busses.
tannewt
committed
7299207
View commit details
Copy full SHA for 7299207
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.