Skip to content
New issue

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

Adafruit GFX errors - plenty! #9

Open
pinter75 opened this issue May 17, 2024 · 0 comments
Open

Adafruit GFX errors - plenty! #9

pinter75 opened this issue May 17, 2024 · 0 comments

Comments

@pinter75
Copy link

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;
^~~~~

 virtual void begin(int32_t speed = SPI_DEFAULT_FREQ, int8_t dataMode = GFX_NOT_DEFINED) = 0;
              ^~~~~

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;
^~~~~

 virtual void begin(int32_t speed = SPI_DEFAULT_FREQ, int8_t dataMode = GFX_NOT_DEFINED) = 0;
              ^~~~~

void batchOperation(const uint8_t *operations, size_t len) override;
^~~~~~~~~~~~~~

 case WRITE_C8_BYTES:
      ^~~~~~~~~~~~~~

 case WRITE_C8_BYTES:
      ^~~~~~~~~~~~~~
      WRITE_BYTES

bool begin(int32_t speed = GFX_NOT_DEFINED, int8_t dataMode = GFX_NOT_DEFINED) override;
^~~~~

 virtual void begin(int32_t speed = SPI_DEFAULT_FREQ, int8_t dataMode = GFX_NOT_DEFINED) = 0;
              ^~~~~

void writeC8D16D16Split(uint8_t c, uint16_t d1, uint16_t d2) override;
^~~~~~~~~~~~~~~~~~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant