Skip to content

Commit

Permalink
#45
Browse files Browse the repository at this point in the history
  • Loading branch information
moononournation committed Nov 30, 2023
1 parent 074104e commit 39526bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canvas/Arduino_Canvas_Mono.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class Arduino_Canvas_Mono : public Arduino_GFX
uint8_t *_framebuffer = nullptr;
Arduino_G *_output = nullptr;
int16_t _output_x, _output_y;
int16_t _canvas_width, _canvas_height; // width and height of canvas buffer
bool _verticalByte;
int16_t _canvas_width, _canvas_height; // width and height of canvas buffer

private:
};
Expand Down

0 comments on commit 39526bc

Please sign in to comment.