Randy Spurlock
Randy Spurlock
…uffer Add missing default argument values for dither and invert on drawBitmapFromBuffer and drawJpegFromBuffer declarations Fix issue in drawBmpLine routine when drawing a 1-bit BMP
Added a couple of missing const declarations to headers and image functions in case image source is const
Moved Arduino.h header include to the top Moved Spi.h header to follow Arduino.h header and changed it to system include instead of ""
Added new directory for PlatformIO specific items Including a new Boards folder for InkPlate board definitions
Change the ARDUINO_ESP32_DEV define to be ARDUINO_INKPLATE6 to match the other InkPlate board definitions
Instead of hard coding a 6 pixel adjustment for the cursor Y position in setFont method shouldn't the code use the yAdvance field of the new font (or the yAdvance...