TGA¶
Contents
#include <eglib/display/tga.h>
Configuration¶
-
tga_config_t
¶ Configuration for
tga
.- See also
-
coordinate_t
width
¶ TGA width
-
coordinate_t
height
¶ TGA height
Driver¶
-
const display_t
tga
¶ TGA display driver.
Buffers image in memory which can be written to a file with
tga_Save()
.This driver is mainly useful for testing.
This driver supports the following data buses:
4-Wire SPI.
- See also