NeoNextion
Arduino library for the Nextion displays.
|
This is the complete list of members for Nextion, including all inherited members.
checkCommandComplete() | Nextion | |
clear(uint32_t colour=NEX_COL_WHITE) | Nextion | |
drawCircle(uint16_t x, uint16_t y, uint16_t r, uint32_t colour) | Nextion | |
drawLine(uint16_t x1, uint16_t y1, uint16_t x2, uint16_t y2, uint32_t colour) | Nextion | |
drawPicture(uint16_t x, uint16_t y, uint8_t id) | Nextion | |
drawPicture(uint16_t x, uint16_t y, uint16_t w, uint16_t h, uint8_t id) | Nextion | |
drawRect(uint16_t x, uint16_t y, uint16_t w, uint16_t h, bool filled, uint32_t colour) | Nextion | |
drawStr(uint16_t x, uint16_t y, uint16_t w, uint16_t h, uint8_t fontID, char *str, uint32_t bgColour=NEX_COL_BLACK, uint32_t fgColour=NEX_COL_WHITE, uint8_t bgType=NEX_BG_SOLIDCOLOUR, NextionFontAlignment xCentre=NEX_FA_CENTRE, NextionFontAlignment yCentre=NEX_FA_CENTRE) | Nextion | |
getBrightness() | Nextion | |
getCurrentPage() | Nextion | |
init() | Nextion | |
Nextion(Stream &stream, bool flushSerialBeforeTx=true) | Nextion | |
poll() | Nextion | |
receiveNumber(uint32_t *number) | Nextion | |
receiveString(char *buffer, size_t len) | Nextion | |
refresh() | Nextion | |
refresh(const char *objectName) | Nextion | |
registerTouchable(INextionTouchable *touchable) | Nextion | |
sendCommand(char *command) | Nextion | |
setBrightness(uint16_t val, bool persist=false) | Nextion | |
sleep() | Nextion | |
wake() | Nextion |