u8g2-copy/sys/tga
Matthijs Kooijman 4f926cba37 Issue #340, mark sys/tga as deprecated
This adds a README to sys/tga, recommending people to use sys/bitmap
instead.
2017-09-08 23:32:54 +02:00
..
common implementation issue #48 2016-08-17 21:01:03 +02:00
example 8 bit mode 2016-04-29 19:12:50 +02:00
hello_world_8x8 8 bit mode 2016-04-29 19:12:50 +02:00
mapgen gm 2017-07-16 10:49:20 +02:00
ref_man_pics_8x8 2.9.0 2016-12-18 20:54:57 +01:00
ref_man_pics_u8g2 pull request #220 2017-03-16 21:24:11 +01:00
text_picture_loop 8 bit mode 2016-04-29 19:12:50 +02:00
README Issue #340, mark sys/tga as deprecated 2017-09-08 23:32:54 +02:00

README

To generate (TGA) image files using u8g2 on a regular (non-Arduino)
system, have a look at the sys/bitmap directory, which is the
recommended way to approach this. This sys/tga directory is mostly kept
around for compatibility and to generate u8g2 manual images.