Async demos
examples markedmultimer types: async
Calculator
A touch calculator drawn with graphics.FrameBuffer and the material-design palette.
Event System
The smallest eventsys example — prints every pointer event it polls.
Paint
A minimal paint program showing how displaysys handles pointer events.
pydisplay Demo
The flagship showcase: auto-scrolling notes with on-screen buttons to rotate the display and cycle the accent color.
Open demoTestris
Testris game implemented in MicroPython by Brad Barnett.
Open demoLVGL Timer (async)
Drives an LVGL UI from a multimer timer on the asyncio loop.
All-mode examples
markedmultimer types: all — open one and click Run
Alien
Bounce a bitmap of an alien around the display.
Open demoBoxlines
Test for lines and rectangles.
Open demoChango
Test for TrueType write_font_converter.
Open demoColor Test
Test color with gradients.
Open demoConsole Simpletest
Call `console.hide()` to use the display for something else.
Open demoDisplaybuf Blit
The displaybuf_blit demo running in the browser via PyScript.
Displaybuf Simpletest
displaybuf_simpletest.py - Simple test program for displaybuf.py
Open demoDisplaysys Block Test
The displaysys_block_test demo running in the browser via PyScript.
Displaysys Fill Rect Test
The displaysys_fill_rect_test demo running in the browser via PyScript.
Displaysys Simpletest
The displaysys_simpletest demo running in the browser via PyScript.
Eventsys Encoder Test
A simple test of an encoder in eventsys.
Open demoEventsys Touch Test
eventsys_touch_test.py - Touch rotation test.
Open demoFeathers
Modified by Brad Barnett from Russ Hughes's original to scroll vertically instead of horizontally
Open demoFonts
Test text_font_converter.py
Open demoFramebuf Simpletest
Simple test example to demonstrate the use of framebuf.FrameBuffer.
Open demoGraphics Area Test
Test the Area return type of the shapes functions.
Open demoGraphics Simpletest
Simple test example to demonstrate the use of graphics.
Open demoHello
Test for text_font_converter.
Open demoJoystick List Select
The joystick_list_select demo running in the browser via PyScript.
Keypins Simpletest
The keypins_simpletest demo running in the browser via PyScript.
Logo
The logo demo running in the browser via PyScript.
Noto Fonts
Test for TrueType write_font_converter.
Open demoPalettes Cube
The palettes_cube demo running in the browser via PyScript.
Palettes Material
The palettes_material demo running in the browser via PyScript.
Palettes Wheel
The palettes_wheel demo running in the browser via PyScript.
Pbm Create New
The pbm_create_new demo running in the browser via PyScript.
Proverbs
Test for TrueType write_font_converter.
Open demoRotations
Test for rotations and colors.
Open demoScroll
Test for hardware scrolling.
Open demoScroll Touch Test
The scroll_touch_test demo running in the browser via PyScript.
Scroll Touch Test Displaybuf
The scroll_touch_test_displaybuf demo running in the browser via PyScript.
Tiny Hello
Test text_font_converter on small displays.
Open demoTiny Toasters
Test sprites_converter.
Open demoWidgets Calc
The widgets_calc demo running in the browser via PyScript.
Widgets Console
The widgets_console demo running in the browser via PyScript.
Widgets Demo
The widgets_demo demo running in the browser via PyScript.
Widgets List
Test ListView widget
Open demoWidgets Percent
The widgets_percent demo running in the browser via PyScript.
Widgets Scrollbar
The widgets_scrollbar demo running in the browser via PyScript.
Widgets Stub
The widgets_stub demo running in the browser via PyScript.
Widgets Test
The widgets_test demo running in the browser via PyScript.
Nano Gui Simpletest
nano_gui_simpletest.py - Copied from:
Open demo