We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7ff411 + 84ba561 commit 70c0aedCopy full SHA for 70c0aed
βlibraries/Arduino_H7_Video/src/Arduino_H7_Video.cpp
@@ -111,10 +111,6 @@ int Arduino_H7_Video::begin() {
111
if (buf1 == NULL) {
112
return 2; /* Insuff memory err */
113
}
114
- static lv_color_t * buf2 = (lv_color_t*)malloc((width() * height() / 10)); /* Declare a buffer for 1/10 screen size */
115
- if (buf2 == NULL) {
116
- return 2; /* Insuff memory err */
117
- }
118
119
lv_display_t *display;
120
if(_rotated) {
0 commit comments