mirror of
https://github.com/adafruit/Adafruit-GFX-Library.git
synced 2024-10-03 18:18:46 -04:00
compilers dont like this
This commit is contained in:
parent
a34c5947d9
commit
ff8129f8d6
@ -302,7 +302,7 @@ void Adafruit_SPITFT::pushColor(uint16_t color) {
|
||||
@param len How many pixels to draw - 2 bytes per pixel!
|
||||
*/
|
||||
/**************************************************************************/
|
||||
void inline Adafruit_SPITFT::writePixels(uint16_t * colors, uint32_t len){
|
||||
void Adafruit_SPITFT::writePixels(uint16_t * colors, uint32_t len){
|
||||
SPI_WRITE_PIXELS((uint8_t*)colors , len * 2);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user