Image Component - JamJar00/JUI GitHub Wiki

Image components are one of the base components and will load and show an image on the LCD0.

Image components do not currently work.

Usage

image_create(component, style, filepath);

Reference

image_create writes a new component_t to the specified pointer given a style, and the path to an image on the filesystem.