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 }}
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
displayio
on
TheKitty-patch-1
User selector
All users
Datepicker
All time
Commit history
Commits on May 23, 2025
Merge remote-tracking branch 'adafruit/9.2.x' into merge-from-9.2.x-2025-05-23
dhalbert
committed
a0c9188
View commit details
Copy full SHA for a0c9188
View code at this point
Browse repository at this point
Commits on May 9, 2025
Fix vectorio in group tracking
Show description for 2601436
tannewt
committed
2601436
View commit details
Copy full SHA for 2601436
View code at this point
Browse repository at this point
Commits on May 8, 2025
pixel_shader back to required on TileGrid. TPM init with no tilegrid or width/height, internal bind function is used to bind a TileGrid to a TilePaletteMapper when the TileGrid is init with or has …
Show description for 4fb7d44
FoamyGuy
committed
4fb7d44
View commit details
Copy full SHA for 4fb7d44
View code at this point
Browse repository at this point
Commits on May 7, 2025
set partial_change flag from mark_tile_dirty
FoamyGuy
committed
f2de64c
View commit details
Copy full SHA for f2de64c
View code at this point
Browse repository at this point
make TilePaletteMapper accept TileGrid as arg, make pixel_shader optional on TileGrid init, make TPM mark single tile dirty instead of whole TileGrid when mapping is changed.
FoamyGuy
committed
01da5c7
View commit details
Copy full SHA for 01da5c7
View code at this point
Browse repository at this point
Commits on May 6, 2025
implement spectra6 support
bablokb
committed
28ee20a
View commit details
Copy full SHA for 28ee20a
View code at this point
Browse repository at this point
Commits on Apr 24, 2025
Make collect the default
tannewt
committed
91cf8fb
View commit details
Copy full SHA for 91cf8fb
View code at this point
Browse repository at this point
Commits on Mar 28, 2025
Add native support for LVGL binary fonts on disk
Show description for 1cb188d
tannewt
committed
1cb188d
View commit details
Copy full SHA for 1cb188d
View code at this point
Browse repository at this point
Commits on Mar 6, 2025
update class docstring, return tuple from subscr, refactor and fix get_color to work with more than 2 colors, disable for samd21 instead of individaul boards, input_color_count arg.
FoamyGuy
committed
7e8bcae
View commit details
Copy full SHA for 7e8bcae
View code at this point
Browse repository at this point
Commits on Mar 5, 2025
fix #ifdef sections. disable for atmel boards that overflowed
FoamyGuy
committed
d48b5c9
View commit details
Copy full SHA for d48b5c9
View code at this point
Browse repository at this point
implement needs_refresh, run pre-commit, move get_color to shared-module
FoamyGuy
committed
73f4a61
View commit details
Copy full SHA for 73f4a61
View code at this point
Browse repository at this point
Commits on Mar 4, 2025
adding tilepalettemapper
FoamyGuy
committed
8d43a2c
View commit details
Copy full SHA for 8d43a2c
View code at this point
Browse repository at this point
Commits on Feb 25, 2025
Merge pull request #10094 from SamantazFox/fix-malloc-uses-allocated-size
Show description for 000600a
jepler
authored
000600a
View commit details
Copy full SHA for 000600a
View code at this point
Browse repository at this point
Commits on Feb 24, 2025
shared-module/OnDiskBitmap.c: Fix loading small monochrome bitmaps
SamantazFox
committed
c099022
View commit details
Copy full SHA for c099022
View code at this point
Browse repository at this point
shared-module: Fix m_realloc/m_free when MICROPY_MALLOC_USES_ALLOCATED_SIZE is set
Show description for fb0aea8
SamantazFox
committed
fb0aea8
View commit details
Copy full SHA for fb0aea8
View code at this point
Browse repository at this point
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 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 Dec 9, 2024
add support for 24 bit color depth
ddrown
committed
61e44f2
View commit details
Copy full SHA for 61e44f2
View code at this point
Browse repository at this point
Commits on Sep 19, 2024
Switch to IDF 5.2 I2C API
Show description for e9f8ed4
tannewt
authored and
dhalbert
committed
e9f8ed4
View commit details
Copy full SHA for e9f8ed4
View code at this point
Browse repository at this point
Commits on Aug 28, 2024
Avoid crashing when display components are deinitialized
Show description for 19e5cf3
jepler
committed
19e5cf3
View commit details
Copy full SHA for 19e5cf3
View code at this point
Browse repository at this point
Commits on Aug 12, 2024
Merge pull request #9488 from wyrdsec/main
Show description for d9fcaa0
tannewt
authored
d9fcaa0
View commit details
Copy full SHA for d9fcaa0
View code at this point
Browse repository at this point
Commits on Aug 9, 2024
pre-commit fixes
wyrdsec
committed
e416ac0
View commit details
Copy full SHA for e416ac0
View code at this point
Browse repository at this point
Commits on Aug 8, 2024
Add support for RP2350 to CircuitPython
Show description for 5376443
tannewt
committed
5376443
View commit details
Copy full SHA for 5376443
View code at this point
Browse repository at this point
Commits on Aug 7, 2024
Merge branch 'adafruit:main' into main
wyrdsec
authored
6208124
View commit details
Copy full SHA for 6208124
View code at this point
Browse repository at this point
Commits on Aug 5, 2024
displayio.Bitmap is now byte-aligned for depth < 8
Show description for 2c7b11b
deshipu
committed
2c7b11b
View commit details
Copy full SHA for 2c7b11b
View code at this point
Browse repository at this point
Commits on Jun 6, 2024
Pervasive Displays Aurora E-paper driver
wyrdsec
committed
1214b69
View commit details
Copy full SHA for 1214b69
View code at this point
Browse repository at this point
Commits on May 20, 2024
CircuitPython files: replace STATIC with static
dhalbert
committed
3f4d931
View commit details
Copy full SHA for 3f4d931
View code at this point
Browse repository at this point
guard2once -s ...
dhalbert
committed
950b5d0
View commit details
Copy full SHA for 950b5d0
View code at this point
Browse repository at this point
Commits on May 17, 2024
update headers of most CircuitPython-only files
dhalbert
committed
747b761
View commit details
Copy full SHA for 747b761
View code at this point
Browse repository at this point
Commits on Feb 16, 2024
Merge pull request #8923 from jepler/groups-in-rom
Show description for 02a4886
tannewt
authored
02a4886
View commit details
Copy full SHA for 02a4886
View code at this point
Browse repository at this point
Rename check_rom to check_readonly
jepler
committed
3b445f1
View commit details
Copy full SHA for 3b445f1
View code at this point
Browse repository at this point
Rename the "in_rom" flag to "readonly"
jepler
committed
d7dd571
View commit details
Copy full SHA for d7dd571
View code at this point
Browse repository at this point
Commits on Feb 15, 2024
displayio: add, check "in rom" flag for groups
Show description for 75ec568
jepler
committed
75ec568
View commit details
Copy full SHA for 75ec568
View code at this point
Browse repository at this point
Commits on Feb 13, 2024
Include header only when needed
jepler
committed
58f28b8
View commit details
Copy full SHA for 58f28b8
View code at this point
Browse repository at this point
Fix build bugs exposed by posix port
jepler
committed
f7c4a22
View commit details
Copy full SHA for f7c4a22
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.