Skip to content

Commit 996147e

Browse files
committed
Merge branch 'dev-inkplate13' of https://github.com/SolderedElectronics/Inkplate-LVGL-Library into dev-inkplate13
2 parents 8f5210c + fc3179e commit 996147e

File tree

116 files changed

+25610
-21248
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+25610
-21248
lines changed

src/Inkplate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ void Inkplate::initLVGL(lv_display_render_mode_t renderMode)
132132

133133
if (renderMode == LV_DISPLAY_RENDER_MODE_PARTIAL)
134134
{
135-
#define PARTIAL_ROWS 16
135+
#define PARTIAL_ROWS 16
136136
buf_1 = (lv_color_t *)heap_caps_malloc(screen_width * PARTIAL_ROWS * (LV_COLOR_DEPTH / 8), MALLOC_CAP_8BIT);
137137
buf_2 = (lv_color_t *)heap_caps_malloc(screen_width * PARTIAL_ROWS * (LV_COLOR_DEPTH / 8), MALLOC_CAP_8BIT);
138138
buffer_size = screen_width * PARTIAL_ROWS * (LV_COLOR_DEPTH / 8);

src/boards/Inkplate13/Inkplate13BoardFile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
class InkplateBoardClass : public EPDDriver
2525
{
2626
public:
27-
InkplateBoardClass(){};
27+
InkplateBoardClass() {};
2828
};
2929

3030
#endif

0 commit comments

Comments
 (0)