SSD1306 OLED display driver
1.5.6
This library is developed to control SSD1306/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
|
#include <core.h>
Static Public Member Functions | |
static bool | pressed (uint8_t buttons) |
Returns true if button or specific combination of buttons is not pressed. Returns true if button or specific combination of buttons is pressed. More... | |
static bool | notPressed (uint8_t buttons) |
Returns true if button or specific combination of buttons is not pressed. Returns true if button or specific combination of buttons is not pressed. More... | |
static uint8_t | buttonsState () |
Returns bits of all pressed buttons Returns bits of all pressed buttons. | |
static void | connectCustomKeys (TNanoEngineGetButtons handler) |
static void | connectZKeypad (uint8_t analogPin) |
Enables engine to use Z-Keypad. Enables engine to use Z-Keypad. Please refer to arkanoid example for schematics. More... | |
static void | connectArduboyKeys () |
Configures NanoEngine8 to use Arduboy keys layout. Configures NanoEngine8 to use Arduboy keys layout. | |
Protected Member Functions | |
NanoEngineInputs () | |
Static Protected Attributes | |
static TNanoEngineGetButtons | m_onButtons |
|
inlineprotected |
|
static |
Configures NanoEngine8 to use custom key handler. You can implement in your handler any keyboard layout, you use in your schematics.
|
static |
Enables engine to use Z-Keypad. Enables engine to use Z-Keypad. Please refer to arkanoid example for schematics.
analogPin | - pin, which Z-Keypad is connected to. |
|
static |
Returns true if button or specific combination of buttons is not pressed. Returns true if button or specific combination of buttons is not pressed.
buttons | - buttons to check |
|
static |
Returns true if button or specific combination of buttons is not pressed. Returns true if button or specific combination of buttons is pressed.
buttons | - buttons to check |
|
staticprotected |