We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems that this no longer compiles with the latest GFX library. Is there a lower one I can use to see if it will compile ok?
bool begin(int32_t speed = GFX_NOT_DEFINED, int8_t dataMode = SPI_MODE0) override; ^~~~~
virtual void begin(int32_t speed = SPI_DEFAULT_FREQ, int8_t dataMode = GFX_NOT_DEFINED) = 0; ^~~~~
bool begin(int32_t speed = GFX_NOT_DEFINED, int8_t dataMode = GFX_NOT_DEFINED) override; ^~~~~
void writeC8D16D16Split(uint8_t c, uint16_t d1, uint16_t d2) override; ^~~~~~~~~~~~~~~~~~
void batchOperation(const uint8_t *operations, size_t len) override; ^~~~~~~~~~~~~~
case WRITE_C8_BYTES: ^~~~~~~~~~~~~~ case WRITE_C8_BYTES: ^~~~~~~~~~~~~~ WRITE_BYTES
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Seems that this no longer compiles with the latest GFX library. Is there a lower one I can use to see if it will compile ok?
bool begin(int32_t speed = GFX_NOT_DEFINED, int8_t dataMode = SPI_MODE0) override;
^~~~~
bool begin(int32_t speed = GFX_NOT_DEFINED, int8_t dataMode = GFX_NOT_DEFINED) override;
^~~~~
void writeC8D16D16Split(uint8_t c, uint16_t d1, uint16_t d2) override;
^~~~~~~~~~~~~~~~~~
bool begin(int32_t speed = GFX_NOT_DEFINED, int8_t dataMode = GFX_NOT_DEFINED) override;
^~~~~
void batchOperation(const uint8_t *operations, size_t len) override;
^~~~~~~~~~~~~~
bool begin(int32_t speed = GFX_NOT_DEFINED, int8_t dataMode = GFX_NOT_DEFINED) override;
^~~~~
void writeC8D16D16Split(uint8_t c, uint16_t d1, uint16_t d2) override;
^~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered: