Ver código fonte

Parameters are missing

SSYYL 3 anos atrás
pai
commit
17610b4623
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Arduino/epd2in13_V3/epd2in13_V3.cpp

+ 1 - 1
Arduino/epd2in13_V3/epd2in13_V3.cpp

@@ -370,7 +370,7 @@ function :	Sends the image buffer in RAM to e-Paper and partial refresh
 parameter:
 	frame_buffer : Image data
 ******************************************************************************/
-void Epd::DisplayPart(const unsigned char* )
+void Epd::DisplayPart(const unsigned char* frame_buffer)
 {
     int w = (EPD_WIDTH % 8 == 0)? (EPD_WIDTH / 8 ): (EPD_WIDTH / 8 + 1);
     int h = EPD_HEIGHT;