Skip to content

Commit a7926cf

Browse files
leonardocavagnisfacchinm
authored andcommitted
remove not used include from H7_Video lib
1 parent 3601b83 commit a7926cf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

libraries/H7_Video/src/H7_Video.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "H7_Video.h"
2+
#include "dsi.h"
23
#include "video_driver.h"
34
#include "display.h"
45

libraries/H7_Video/src/H7_Video.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
#define _H7_VIDEO_H
33

44
#include <ArduinoGraphics.h>
5-
#include "anx7625.h"
6-
#include "dsi.h"
75

86
#define H7_VIDEO_MAX_WIDTH 1280
97
#define H7_VIDEO_MAX_HEIGHT 1024

0 commit comments

Comments
 (0)