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
on
patch-1
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 23, 2020
Merge pull request #3718 from jepler/epd-rotation
Show description for 491e314
tannewt
authored
491e314
View commit details
Copy full SHA for 491e314
View code at this point
Browse repository at this point
Commits on Nov 19, 2020
Fix Palette grayscale for EInk.
Show description for 2463a6d
tannewt
committed
2463a6d
View commit details
Copy full SHA for 2463a6d
View code at this point
Browse repository at this point
EPaperDisplay: add rotation property
Show description for f61f8f9
jepler
committed
f61f8f9
View commit details
Copy full SHA for f61f8f9
View code at this point
Browse repository at this point
Commits on Nov 14, 2020
Add .busy property to EPaperDisplay
tannewt
committed
78ccac9
View commit details
Copy full SHA for 78ccac9
View code at this point
Browse repository at this point
Add board.DISPLAY to MagTag. Fix luma computation
Show description for 8d4296f
tannewt
committed
8d4296f
View commit details
Copy full SHA for 8d4296f
View code at this point
Browse repository at this point
Commits on Nov 10, 2020
use full_change instead of moved
FoamyGuy
committed
46c9b28
View commit details
Copy full SHA for 46c9b28
View code at this point
Browse repository at this point
Commits on Nov 9, 2020
set moved true when unhiding tilegrid
FoamyGuy
committed
9adb77a
View commit details
Copy full SHA for 9adb77a
View code at this point
Browse repository at this point
Commits on Oct 26, 2020
Add grayscale EInk support
tannewt
committed
0d16498
View commit details
Copy full SHA for 0d16498
View code at this point
Browse repository at this point
Commits on Oct 17, 2020
displayio: Remove trailing whitespace
jensechu
committed
fc3f2a3
View commit details
Copy full SHA for fc3f2a3
View code at this point
Browse repository at this point
Merge branch 'main' into color-converter-transparency
jensechu
authored
575b2e6
View commit details
Copy full SHA for 575b2e6
View code at this point
Browse repository at this point
displayio: Add in opaque pixel option for future
jensechu
committed
74c07a4
View commit details
Copy full SHA for 74c07a4
View code at this point
Browse repository at this point
Commits on Oct 15, 2020
displayio: further ensure just one start_terminal call
Show description for 88d07ef
jepler
committed
88d07ef
View commit details
Copy full SHA for 88d07ef
View code at this point
Browse repository at this point
Merge branch 'color-converter-transparency' of github.com:jensechu/circuitpython into color-converter-transparency
jensechu
committed
3c5a086
View commit details
Copy full SHA for 3c5a086
View code at this point
Browse repository at this point
displayio: ColorConverter handle if opaque color is black
jensechu
committed
2517e4b
View commit details
Copy full SHA for 2517e4b
View code at this point
Browse repository at this point
Commits on Oct 13, 2020
Merge branch 'main' into color-converter-transparency
jensechu
authored
de9ea47
View commit details
Copy full SHA for de9ea47
View code at this point
Browse repository at this point
displayio: Add make_transparent to ColorConverter
jensechu
committed
3370196
View commit details
Copy full SHA for 3370196
View code at this point
Browse repository at this point
displayio: Add make_transparent and make_opaque to ColorConvertor
jensechu
committed
b359e29
View commit details
Copy full SHA for b359e29
View code at this point
Browse repository at this point
displayio: Pass transparent_color to ColorConverter
Show description for 57b4492
jensechu
committed
57b4492
View commit details
Copy full SHA for 57b4492
View code at this point
Browse repository at this point
Commits on Oct 12, 2020
displayio, framebufferio: Remove spurious call to supervisor_start_terminal
Show description for 774f2e1
jepler
committed
774f2e1
View commit details
Copy full SHA for 774f2e1
View code at this point
Browse repository at this point
Commits on Oct 3, 2020
Merge pull request #3507 from jepler/issue3506-matrixportal-crash
Show description for 9535edb
ladyada
authored
9535edb
View commit details
Copy full SHA for 9535edb
View code at this point
Browse repository at this point
Commits on Oct 2, 2020
displayio: Fix matrixportal crash
Show description for b159256
jepler
committed
b159256
View commit details
Copy full SHA for b159256
View code at this point
Browse repository at this point
Commits on Oct 1, 2020
Merge pull request #3449 from FoamyGuy/sdcard_odb_fix
Show description for be6e6ea
tannewt
authored
be6e6ea
View commit details
Copy full SHA for be6e6ea
View code at this point
Browse repository at this point
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
Removed redundant subrectangle sizing code
mdroberts1243
authored and
tannewt
committed
ef245ef
View commit details
Copy full SHA for ef245ef
View code at this point
Browse repository at this point
Ran pre-commit locally
mdroberts1243
authored and
tannewt
committed
9f19a8a
View commit details
Copy full SHA for 9f19a8a
View code at this point
Browse repository at this point
Commits on Sep 28, 2020
Merge branch 'main' into New_quirk_for_SH1107
mdroberts1243
authored
b1e1237
View commit details
Copy full SHA for b1e1237
View code at this point
Browse repository at this point
Commits on Sep 26, 2020
Requested changes take 1
mdroberts1243
committed
b921543
View commit details
Copy full SHA for b921543
View code at this point
Browse repository at this point
Commits on Sep 25, 2020
Fixed page set mask to be four bits!
mdroberts1243
committed
19dbff6
View commit details
Copy full SHA for 19dbff6
View code at this point
Browse repository at this point
Mostly-working-version with comments
mdroberts1243
committed
06a3d15
View commit details
Copy full SHA for 06a3d15
View code at this point
Browse repository at this point
Commits on Sep 22, 2020
Removed redundant send of page setting
mdroberts1243
committed
5a176c2
View commit details
Copy full SHA for 5a176c2
View code at this point
Browse repository at this point
Changed delay calls to avoid conflicts with qspi_disable
siehputz
committed
dbf8a9a
View commit details
Copy full SHA for dbf8a9a
View code at this point
Browse repository at this point
Changes to compile cleanly
mdroberts1243
committed
5536e57
View commit details
Copy full SHA for 5536e57
View code at this point
Browse repository at this point
Quirk coded up for ...set_region_to_update
mdroberts1243
committed
08189ed
View commit details
Copy full SHA for 08189ed
View code at this point
Browse repository at this point
Commits on Sep 21, 2020
Merge branch 'adafruit_main' into sdcard_odb_fix
FoamyGuy
committed
ff1a90a
View commit details
Copy full SHA for ff1a90a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.