1

Revision:
17:c0c589ffe9bf
Parent:
14:edb3c36aa1a7
--- a/Adafruit_GFX.h	Tue Nov 11 22:08:20 2014 +0000
+++ b/Adafruit_GFX.h	Fri Jun 17 02:24:45 2022 +0000
@@ -169,6 +169,9 @@
     void setRotation(uint8_t r);
     /// Get the current rotation
     inline uint8_t getRotation(void) { rotation %= 4; return rotation; };
+    
+    
+    virtual void drawX11BitMap ( const uint8_t bitmap [] , uint16_t bitMapWidth, uint16_t bitMapSize, uint16_t posX, uint16_t posY )  ;   
 
 protected:
     int16_t  _rawWidth, _rawHeight;   // this is the 'raw' display w/h - never changes