Table of Contents

PNG image support

Name

  IMAGE_PNG

Header file

Configured via config/general.h.

Examples

Enable support for console commands, graphical framebuffer, and PNG images

  #define IMAGE_PNG            /* PNG images */
  #define CONSOLE_CMD          /* Console commands */

and in config/console.h:

  #define CONSOLE_FRAMEBUFFER  /* Graphical framebuffer console */

Description

This build option enables support for Portable Network Graphics (PNG) images.

See also

Notes

You can use the console command to display a PNG image as a background picture.