HyperDisplay_SSD1309_ArduinoLibrary icon indicating copy to clipboard operation
HyperDisplay_SSD1309_ArduinoLibrary copied to clipboard

Standardized library for control of displays using the SSD1309 driver IC.

Results 3 HyperDisplay_SSD1309_ArduinoLibrary issues
Sort by recently updated
recently updated
newest added

Hi so why am i missing files in the library? 1.0 and 1.1 tested. Arduino: 1.8.19 (Windows 10), Placa:"WAVGAT NANO 3.0" ... Alternatives for HyperDisplay_UG2856KLBAG01_I2C.h: []Example999_Testing:1:10: fatal error: HyperDisplay_UG2856KLBAG01_I2C.h: No...

### Subject of the issue No change on screen when SSD1309::lineClear is called. The current code is: ``` void SSD1309::lineClear(hd_extent_t x0, hd_extent_t y0, hd_extent_t x1, hd_extent_t y1, uint16_t width) {...

source: https://forum.sparkfun.com/viewtopic.php?f=172&t=53893 output: ``` C:\Users\dmjaf\Desktop\HUD Project\Sparkfun Artemis Thing Plus\bluetoothSlave\libraries\SparkFun_HyperDisplay_SSD1309\src\HyperDisplay_SSD1309.cpp: In member function 'virtual SSD1309_Status_t SSD1309_Arduino_I2C::writeBytes(uint8_t*, bool, size_t)': C:\Users\dmjaf\Desktop\HUD Project\Sparkfun Artemis Thing Plus\bluetoothSlave\libraries\SparkFun_HyperDisplay_SSD1309\src\HyperDisplay_SSD1309.cpp:895:20: error: call of overloaded 'write(int)' is ambiguous _i2c->write(0x00);...