Table of Contents

PNM image support

Name

  IMAGE_PNM

Header file

Configured via config/general.h.

Examples

Enable support for the console command, graphical framebuffer, and PNM images

In config/general.h:

  #define IMAGE_PNM            /* PNM images */
  #define CONSOLE_CMD          /* Console command */

In config/console.h:

  #define CONSOLE_FRAMEBUFFER  /* Graphical framebuffer console */

Description

This build option enables support for Netpbm (PNM) images.

See also

Notes

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