hello,
This is Milav Soni from Teq Diligent,India.
I defined function pointer in header file(Adafruit_GFX.h) like
this .. // function pointer for drawPixels typedef void
(*DrawPixelHandler)(int16_t x, int16_t y, uint16_t color) ;
DrawPixelHandler _drawPixel;
In main file i include Adafruit_GFX.h file.
than during build it give following error.
--------------------------------------------------------------------------------------------
*** Using Compiler 'V5.05
↧