|
SatCat5
|
Plain-old-data struct for a 16x16 monochrome image.
Definition at line 46 of file gui_icons.h.
#include <gui_icons.h>
Public Member Functions | |
| Icon16x16 (const Icon16x16 &t)=default | |
| Icon16x16 & | operator= (const Icon16x16 &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 | |
| u16 | data [16] |
| 16 x 16 pixels = 32 bytes | |