lcm1602, st7735: Fix up some Worder warnings

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson
2016-11-03 12:50:35 -06:00
parent 0589f445f0
commit aab0c5afe2
2 changed files with 5 additions and 5 deletions

View File

@ -627,11 +627,11 @@ class ST7735 : public GFX {
private:
uint8_t m_spiBuffer[32];
mraa::Spi m_spi;
mraa::Gpio m_csLCDPinCtx;
mraa::Gpio m_cSDPinCtx;
mraa::Gpio m_rSTPinCtx;
mraa::Gpio m_rSPinCtx;
mraa::Spi m_spi;
std::string m_name;
};