Skip to content

Latest commit

 

History

History
152 lines (102 loc) · 4.32 KB

File metadata and controls

152 lines (102 loc) · 4.32 KB

Simple test

Ensure your device works with this simple test.

../examples/displayio_layout_simpletest.py

Cartesian plane simple test

Create a simple plot plane.

../examples/displayio_layout_cartesian_simpletest.py

Cartesian lineplot

Create a lineplot.

../examples/displayio_layout_cartesian_lineplot.py

Cartesian Advanced

Create three different cartesian planes in the display

../examples/displayio_layout_cartesian_advanced_test.py

GridLayout simple text

Make green and purple rectangles and a "Hello World" label

../examples/displayio_layout_gridlayout_simpletest.py

GridLayout divider lines example

Create GridLayouts with divider lines.

../examples/displayio_layout_gridlayout_dividers.py

GridLayout Get Cell

Make green and purple rectangles and then update the color and text values of the labels using the get_cell() function.

../examples/displayio_layout_grid_layout_get_cell_test.py

Pygame simple test

Display Hello World using Blinka_Displayio_PyGameDisplay.

../examples/displayio_layout_gridlayout_pygame_display_simpletest.py

Icon Animated simple test

Creates two animated icons with touch response: zoom and shrink animations.

../examples/displayio_layout_icon_animated_simpletest.py

Page Layout simple test

Make a PageLayout with two pages and change between them.

../examples/displayio_layout_page_layout_simpletest.py

Page Layout advanced test

Make a PageLayout and illustrate all of it's features

../examples/displayio_layout_page_layout_advancedtest.py

Pygame Switch example

Make a GridLayout with some Labels in its cells. Displayed with Blinka_Displayio_PyGameDisplay

../examples/displayio_layout_page_layout_advancedtest.py

Switch simple test

Create a single sliding switch.

../examples/displayio_layout_switch_simpletest.py

Switch test with multiple switches

Create multiple sliding switch with various sizes and orientations.

../examples/displayio_layout_switch_multiple.py

FlipInput simple test

Create three FlipInput selectors.

../examples/displayio_layout_flip_input_simpletest.py

Tab Layout simple test

Make a TabLayout and illustrate the most basic features and usage.

../examples/displayio_layout_tab_layout_simpletest.py

Tab Layout touch test

Make a TabLayout change tabs with the touchscreen

../examples/displayio_layout_tab_layout_touchtest.py