displaylib_1bit_PICO 2.0.0
1-bit colour graphic display library, Rpi PICO RP2040 library
Loading...
Searching...
No Matches
Namespaces | Enumerations | Variables
display_data.hpp File Reference

file to hold common data to all classes and examples More...

#include <cstdint>

Go to the source code of this file.

Namespaces

namespace  DisplayRet
 

Enumerations

enum  DisplayRet::Ret_Codes_e : uint8_t {
  DisplayRet::Success = 0 , DisplayRet::Reserved = 1 , DisplayRet::FontDataEmpty = 2 , DisplayRet::FontDataTooSmall = 3 ,
  DisplayRet::CharScreenBounds = 4 , DisplayRet::CharFontASCIIRange = 5 , DisplayRet::CharArrayNullptr = 6 , DisplayRet::BitmapDataEmpty = 7 ,
  DisplayRet::BitmapScreenBounds = 8 , DisplayRet::BitmapLargerThanScreen = 9 , DisplayRet::BitmapVerticalSize = 10 , DisplayRet::BitmapHorizontalSize = 11 ,
  DisplayRet::BitmapSize = 12 , DisplayRet::BufferSize = 13 , DisplayRet::BufferEmpty = 14 , DisplayRet::I2CbeginFail = 15 ,
  DisplayRet::I2CNotConnected = 16 , DisplayRet::GenericError = 17 , DisplayRet::ShapeScreenBounds = 18
}
 

Variables

const uint16_t __LibVerNum__ = 200
 

Detailed Description

file to hold common data to all classes and examples

Author
Gavin Lyons.

Variable Documentation

◆ __LibVerNum__

const uint16_t __LibVerNum__ = 200

Library version number 133 = 1.3.3