A struct containing X Bitmap width, height and data. More...
#include <Display/Bitmaps/XBitmaps.hpp>
 Collaboration diagram for XBitmap: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 width | 
Definition at line 15 of file XBitmaps.hpp.
| uint16_t height | 
Definition at line 16 of file XBitmaps.hpp.
| const uint8_t* bits | 
Definition at line 17 of file XBitmaps.hpp.