|
SatCat5
|
Plain-old-data struct for a 32x32 monochrome image.
Definition at line 65 of file gui_icons.h.
#include <gui_icons.h>
Public Member Functions | |
| Icon32x32 (const Icon32x32 &t)=default | |
| Icon32x32 & | operator= (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 | |