-
### Expected behavior
Compile & upload
### Actual behavior
Errors on compiling looks like an error from minigrafx
### Test code
Provide a [Minimal, Complete, and Verifiable example](http://st…
-
PR #171 adds clear functions to the simulator. It would be useful to have this function available for all display driver crates with e-g support, without having to use lower level APIs.
This could…
-
- Arduino board: WeMos D1 R2 & mini
- Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.5
- List the steps to reproduce the problem below (if possible attach a sketch or
co…
-
The build is failing with `invalid option "--api_key="`
Thanks
-
Trying to run test.ino and got the compile-time error in issue title. The libraries I have installed for the test case is Adafruit_GFX and Adafruit_SSD1331. Is sendCommand supposed to be declared in a…
-
Please create a new repo named "Adafruit_CircuitPython_SSD1331". Thanks
-
The current implementation is incorrect; two bytes `[ 0xcc, 0x00 ]` that represent a single 16 bit pixel value are currently interpreted as `0x00cc_u16` which is incorrect; it should be `0xcc00`.
F…
-
The build is failing with `invalid option "--api_key="`
Thanks
-
Hi.
When I try to compile TFT_SPIFFS_BMP I am getting the following errors.
TFT_eSPI.cpp:2342:25: error: 'tft_Write_8_8' was not declared in this scope
tft_Write_8_8(xs, xe);
TFT_eSPI.…
-
The SSD1331 likes everything sent as commands. I could format the INIT data as all commands, but that gets lengthy, so it would be nice to just pass a parameter to allow this to happen automatically. …