Simple Test ------------ Ensure your device works with this simple test. .. literalinclude:: ../examples/display_text_simpletest.py :caption: examples/display_text_simpletest.py :linenos: Bitmap_label Simple Test ------------------------ Simple test using bitmap_label to display text .. literalinclude:: ../examples/display_text_bitmap_label_simpletest.py :caption: examples/display_text_bitmap_label_simpletest.py :linenos: Scrolling Label Example ----------------------- Basic example of scrolling 'marquee' text .. literalinclude:: ../examples/display_text_scrolling_label.py :caption: examples/display_text_scrolling_label.py :linenos: Accent Scrolling Label Example ------------------------------ Advanced example of scrolling 'marquee' text including different accents .. literalinclude:: ../examples/display_text_accent_scrolling_example.py :caption: examples/display_text_accent_scrolling_example.py :linenos: Outline Example --------------- Basic example of outlined text .. literalinclude:: ../examples/display_text_outline_example.py :caption: examples/display_text_outline_example.py :linenos: Label vs Bitmap_label Comparison -------------------------------- Example to compare Label and Bitmap_Label characteristics .. literalinclude:: ../examples/display_text_label_vs_bitmap_label_comparison.py :caption: examples/display_text_label_vs_bitmap_label_comparison.py :linenos: Background Color Example ------------------------ Show the text backgrounds features .. literalinclude:: ../examples/display_text_background_color.py :caption: examples/display_text_background_color.py :linenos: Text Padding Example -------------------- Show the text padding features in all directions .. literalinclude:: ../examples/display_text_background_color_padding.py :caption: examples/display_text_background_color.py :linenos: Anchored Position ----------------- Anchored position use illustration .. literalinclude:: ../examples/display_text_anchored_position.py :caption: examples/display_text_anchored_position.py :linenos: Textarea Boundingbox -------------------- Boundingbox demonstration .. literalinclude:: ../examples/display_text_textarea_boundingbox.py :caption: examples/display_text_textarea_boundingbox.py :linenos: Align Baseline Example ---------------------- Demonstrate how to align different labels to a common horizontal line .. literalinclude:: ../examples/display_text_label_align_baseline_comparison.py :caption: examples/display_text_label_align_baseline_comparison.py :linenos: Magtag Example -------------- Uses the MAGTAG to display some text .. literalinclude:: ../examples/display_text_magtag.py :caption: examples/display_text_magtag.py :linenos: MatrixPortal Example -------------------- Uses the MatrixPortal to display some text .. literalinclude:: ../examples/display_text_matrixportal.py :caption: examples/display_text_matrixportal.py :linenos: PyPortal Example ---------------- Uses the Pyportal to display some text .. literalinclude:: ../examples/display_text_pyportal.py :caption: examples/display_text_pyportal.py :linenos: Wraptest Example ---------------- Illustrates the wraptest feature .. literalinclude:: ../examples/display_text_wraptest.py :caption: examples/display_text_wraptest.py :linenos: Wrap Pixel Test --------------- Wrap Pixel Test .. literalinclude:: ../examples/display_text_wrap_pixels_test.py :caption: examples/display_text_wrap_pixels_test.py :linenos: Accent Example ------------------- Demonstrates the accent feature .. literalinclude:: ../examples/display_text_accent_example.py :caption: examples/display_text_accent_example.py :linenos: Library Features Example ------------------------ This examples shows the ``label`` and ``bitmap_label`` capabilities and features .. literalinclude:: ../examples/display_text_advance_example.py :caption: examples/display_text_advance_example.py :linenos: