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 }}
DevelopmentVSDevs
/
circuitpython
Public
forked from
steveatinfincia/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
extmod
modframebuf.c
on
m5stack_core2
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 13, 2022
Fix all natmod tests to run on x64
Show description for adfa6ef
jepler
committed
adfa6ef
View commit details
Copy full SHA for adfa6ef
View code at this point
Browse repository at this point
Commits on Oct 15, 2021
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 25, 2021
extmod/modframebuf: Enable blit between different formats via a palette.
Show description for 2296df0
peterhinch
authored and
dpgeorge
committed
2296df0
View commit details
Copy full SHA for 2296df0
View code at this point
Browse repository at this point
Commits on Jul 12, 2021
Rename EXTENDED_FIELDS -> MP_TYPE_EXTENDED_FIELDS
jepler
committed
52540a9
View commit details
Copy full SHA for 52540a9
View code at this point
Browse repository at this point
Commits on Jul 9, 2021
rename the type flag to EXTENDED for consistency
jepler
committed
7302bc0
View commit details
Copy full SHA for 7302bc0
View code at this point
Browse repository at this point
Commits on Jul 6, 2021
milestone: coverage make test_full passes
jepler
committed
0d75606
View commit details
Copy full SHA for 0d75606
View code at this point
Browse repository at this point
WIP
jepler
committed
df56ba2
View commit details
Copy full SHA for df56ba2
View code at this point
Browse repository at this point
Commits on May 11, 2021
Merge MicroPython 1.14 into CircuitPython
tannewt
committed
e02a264
View commit details
Copy full SHA for e02a264
View code at this point
Browse repository at this point
Commits on May 9, 2021
Fix up all natmod examples
Show description for aca9d5b
jepler
committed
aca9d5b
View commit details
Copy full SHA for aca9d5b
View code at this point
Browse repository at this point
Commits on May 5, 2021
Fix framebuf_subclass test
jepler
committed
0bef554
View commit details
Copy full SHA for 0bef554
View code at this point
Browse repository at this point
Merge MicroPython 1.13 into CircuitPython
tannewt
committed
f0bb26d
View commit details
Copy full SHA for f0bb26d
View code at this point
Browse repository at this point
Commits on May 3, 2021
Merge MicroPython 1.12 into CircuitPython
tannewt
committed
b35fa44
View commit details
Copy full SHA for b35fa44
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 Jan 29, 2021
extmod/modframebuf: Change int to unsigned int in format methods args.
Show description for 15ac5a3
dpgeorge
committed
15ac5a3
View commit details
Copy full SHA for 15ac5a3
View code at this point
Browse repository at this point
Commits on Jul 6, 2020
Add license to some obvious files.
Flameeyes
committed
34b4993
View commit details
Copy full SHA for 34b4993
View code at this point
Browse repository at this point
Commits on Apr 5, 2020
all: Use MP_ERROR_TEXT for all error messages.
jimmo
authored and
dpgeorge
committed
def76fe
View commit details
Copy full SHA for def76fe
View code at this point
Browse repository at this point
Commits on Feb 27, 2020
all: Reformat C and Python source code with tools/codeformat.py.
Show description for 69661f3
dpgeorge
committed
69661f3
View commit details
Copy full SHA for 69661f3
View code at this point
Browse repository at this point
Commits on Feb 21, 2020
extmod/modframebuf: Allow blit source to be a subclass of FrameBuffer.
jimmo
authored and
dpgeorge
committed
f8449dd
View commit details
Copy full SHA for f8449dd
View code at this point
Browse repository at this point
Commits on Jan 27, 2020
Fix subclassing of objects that are tested. Others may still be broken.
tannewt
committed
f6a635b
View commit details
Copy full SHA for f6a635b
View code at this point
Browse repository at this point
Commits on Dec 12, 2019
extmod: Add dynamic-runtime guards to btree/framebuf/uheapq/ure/uzlib.
Show description for bbeaafd
dpgeorge
committed
bbeaafd
View commit details
Copy full SHA for bbeaafd
View code at this point
Browse repository at this point
Commits on Dec 4, 2019
protocols: Allow them to be (optionally) type-safe
Show description for 238e121
jepler
committed
238e121
View commit details
Copy full SHA for 238e121
View code at this point
Browse repository at this point
Commits on Oct 13, 2019
Move font dependency to extmod from stm32
dhalbert
committed
e89bcce
View commit details
Copy full SHA for e89bcce
View code at this point
Browse repository at this point
Commits on Jan 19, 2019
More make_new updates
tannewt
committed
b569e8b
View commit details
Copy full SHA for b569e8b
View code at this point
Browse repository at this point
Commits on Aug 17, 2018
Compress all translated strings with Huffman coding.
Show description for de5a9d7
tannewt
committed
de5a9d7
View commit details
Copy full SHA for de5a9d7
View code at this point
Browse repository at this point
Commits on Dec 14, 2017
extmod/modframebuf: Add 8-bit greyscale format (GS8).
dpgeorge
committed
46b3535
View commit details
Copy full SHA for 46b3535
View code at this point
Browse repository at this point
extmod/modframebuf: Add 2-bit color format (GS2_HMSB).
Show description for 3424746
encukou
authored and
dpgeorge
committed
3424746
View commit details
Copy full SHA for 3424746
View code at this point
Browse repository at this point
Commits on Oct 4, 2017
all: Remove inclusion of internal py header files.
Show description for a3dc1b1
dpgeorge
committed
a3dc1b1
View commit details
Copy full SHA for a3dc1b1
View code at this point
Browse repository at this point
Commits on Sep 6, 2017
all: Update Makefiles and others to build with new ports/ dir layout.
Show description for 4a93801
dpgeorge
committed
4a93801
View commit details
Copy full SHA for 4a93801
View code at this point
Browse repository at this point
Commits on Jul 31, 2017
extmod: Use MP_ROM_INT for int values in an mp_rom_map_elem_t.
dpgeorge
committed
bbced3b
View commit details
Copy full SHA for bbced3b
View code at this point
Browse repository at this point
Commits on Jul 29, 2017
extmod/modframebuf: Use correct initialization for .locals_dict.
pfalcon
committed
036b582
View commit details
Copy full SHA for 036b582
View code at this point
Browse repository at this point
Commits on Jul 25, 2017
extmod/modframebuf: Consistently use "col" as name for colour variables.
Show description for f368710
dpgeorge
committed
f368710
View commit details
Copy full SHA for f368710
View code at this point
Browse repository at this point
extmod/modframebuf: Fix invalid stride for odd widths in GS4_HMSB fmt.
Show description for 363087a
deshipu
authored and
dpgeorge
committed
363087a
View commit details
Copy full SHA for 363087a
View code at this point
Browse repository at this point
Commits on Jun 15, 2017
all: Make more use of mp_raise_{msg,TypeError,ValueError} helpers.
dpgeorge
committed
48d867b
View commit details
Copy full SHA for 48d867b
View code at this point
Browse repository at this point
Commits on Jun 10, 2017
extmod/modframebuf: Fix signed/unsigned comparison pendantic warning.
Show description for 0a7735f
pfalcon
committed
0a7735f
View commit details
Copy full SHA for 0a7735f
View code at this point
Browse repository at this point
Commits on Apr 4, 2017
extmod/modframebuf: Make monochrome bitmap formats start with MONO_.
Show description for 468c6f9
peterhinch
authored and
dpgeorge
committed
468c6f9
View commit details
Copy full SHA for 468c6f9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.