A struct containing X Bitmap width, height and data. More...
#include <XBitmaps.hpp>
Public Member Functions | |
| XBitmap (uint16_t width, uint16_t height, const uint8_t bits[]) | |
Public Attributes | |
| uint16_t | width |
| uint16_t | height |
| const uint8_t * | bits |
A struct containing X Bitmap width, height and data.
Definition at line 12 of file XBitmaps.hpp.
|
inline |
Definition at line 13 of file XBitmaps.hpp.
| uint16_t XBitmap::width |
Definition at line 15 of file XBitmaps.hpp.
| uint16_t XBitmap::height |
Definition at line 16 of file XBitmaps.hpp.
| const uint8_t* XBitmap::bits |
Definition at line 17 of file XBitmaps.hpp.
1.8.16