42 if (w == 1) this->send( 0x22 );
else this->send( 0x20 );
53 startBlock(m_column, m_page+1, m_width);
95 static const PROGMEM uint8_t s_PCD8544_lcd84x48_initData[] = {
97 SDL_LCD_PCD8544, 0x00,
119 _configureSpiDisplayCmdModeOnly<I>(this->m_intf,
120 s_PCD8544_lcd84x48_initData,
121 sizeof(s_PCD8544_lcd84x48_initData));
uint8_t lcduint_t
internal int type, used by the library.
void lcd_gpioWrite(int pin, int level)
Writes value to gpio.
void setDataMode(uint8_t mode)
Enables either data or command mode on SPI bus.
void nextBlock()
Switches to the start of next RAM page for the block, specified by startBlock().
SSD1306 HAL IO communication functions.
void ssd1306_resetController2(int8_t rstPin, uint8_t delayMs)
Does hardware reset for oled controller.
void commandStart()
Starts communication with LCD display in command mode.
void beginController()
Basic PCD8544 84x48 initialization.
#define LCD_LOW
Constant corresponds to low level of gpio pin.
Basic structures of nano gfx library.
void endBlock()
Closes data send operation to lcd display.
void endController()
Basic PCD8544 deinitialization.
void endDisplay()
Basic PCD8544 deinitialization.
#define LCD_HIGH
Constant corresponds to high level of gpio pin.
void startBlock(lcduint_t x, lcduint_t y, lcduint_t w)
Sets block in RAM of lcd display controller to write data to.
void beginDisplay()
Basic PCD8544 initialization.
void lcd_delay(unsigned long ms)
Forces current thread to sleeps for specified number of milliseconds.