I2Cwrapper v0.5.0
Generic framework for Arduino I2C target devices
Adafruit_GFX_I2C Class Reference

An I2C wrapper class for xxx. More...

Detailed Description

An I2C wrapper class for xxx.

This class ...

Public Member Functions

 Adafruit_GFX_I2C (uint16_t width, uint16_t height, I2Cwrapper *w)
 Constructor. More...
 
void drawPixel (int16_t x, int16_t y, uint16_t color) override
 

Public Attributes

int8_t myNum = -1
 

Constructor & Destructor Documentation

◆ Adafruit_GFX_I2C()

Adafruit_GFX_I2C::Adafruit_GFX_I2C ( uint16_t  width,
uint16_t  height,
I2Cwrapper w 
)

Constructor.

Parameters
wWrapper object representing the target the pin is connected to.

Member Function Documentation

◆ drawPixel()

void Adafruit_GFX_I2C::drawPixel ( int16_t  x,
int16_t  y,
uint16_t  color 
)
override

Member Data Documentation

◆ myNum

int8_t Adafruit_GFX_I2C::myNum = -1

The documentation for this class was generated from the following files: