1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg/mcufont
2023-08-14 16:00:32 +02:00
..
fonts tests/pkg/mcufont: Initial include of MCUFont test 2023-08-14 16:00:32 +02:00
tests tests/pkg/mcufont: Initial include of MCUFont test 2023-08-14 16:00:32 +02:00
main.c tests/pkg/mcufont: Initial include of MCUFont test 2023-08-14 16:00:32 +02:00
Makefile tests/pkg/mcufont: Initial include of MCUFont test 2023-08-14 16:00:32 +02:00
Makefile.board.dep tests/pkg/mcufont: Initial include of MCUFont test 2023-08-14 16:00:32 +02:00
Makefile.ci tests/pkg/mcufont: Initial include of MCUFont test 2023-08-14 16:00:32 +02:00
README.md tests/pkg/mcufont: Initial include of MCUFont test 2023-08-14 16:00:32 +02:00

mcufont

The mcufont test application renders a string inside a pixel buffer after which the pixel buffer is rendered using one ASCII Block symbol per pixel. This gives a figlet-like effect.

A default black and white only font is included in this test. It has been generated from the MCUFont tools and fonts.

When a display is present on the board with disp_dev support, the text string is also shown on the display. In that case another font with aliasing support is included in the build. This adds about 10 KiB to the build (including the display driver)

Usage

Compile the application and run the test.