SatCat5
satcat5::gui::Icon32x32 Struct Reference

Detailed Description

Plain-old-data struct for a 32x32 monochrome image.

See also
gui_icons.h, gui::Icon8x8, gui::Icon16x16. Coordinates: Top row is index 0, left column is LSB.

Definition at line 65 of file gui_icons.h.

#include <gui_icons.h>

Public Member Functions

 Icon32x32 (const Icon32x32 &t)=default
 
Icon32x32operator= (const Icon32x32 &t)=default
 
bool rc (u16 r, u16 c) const
 Get pixel value at designated row and column.
 
u16 h () const
 Width of this icon.
 
u16 w () const
 Height of this icon.
 

Public Attributes

u32 data [32]
 32 x 32 pixels = 128 bytes
 

The documentation for this struct was generated from the following file: