altos/test: Adjust CRC error rate after FEC fix
[fw/altos] / src / draw / Makefile
2024-02-01 Keith Packardaltos: Build in 'draw' directory first
2024-02-01 Keith Packardaltos/draw: Build demos with -O3 to catch more bugs
2023-02-27 Keith Packardaltos/draw: Add vera sans fonts
2023-02-27 Keith Packardaltos/draw: Add damage tracking
2023-02-27 Keith Packardaltos/draw: Add line test app
2023-02-27 Keith Packardaltos/draw: Rename test app to 'lco-test'
2023-02-27 Keith Packardaltos/draw: Mock up TeleLCO boot sequence
2023-02-27 Keith Packardaltos/draw: use --gc-sections in demo program
2023-02-27 Keith Packardaltos/draw: Add NotoMono font
2023-02-27 Keith Packardaltos/draw: Add transforms to polygon code
2023-02-27 Keith Packardaltos/draw: Add monospaced font
2023-02-27 Keith Packardaltos/draw: Move font files to subdirectory
2023-02-26 Keith Packardaltos/draw: Add logo
2023-02-26 Keith Packardaltos/draw: Use float for polygon coords
2023-02-26 Keith Packardaltos/draw: Add poly fill function
2023-02-26 Keith Packardaltos: Fill in more of the draw code
2017-02-20 Keith Packardaltos: Add bitmap drawing code