Skip to content

Commit a18725a

Browse files
committed
Still working omn compile error
1 parent 26c6193 commit a18725a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext_mod/lcd_bus/esp32_include/rgb565_dither.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
#define CALC_THRESHOLD(x, y) (uint8_t)((y & 7) << 3) + (x & 7)
55

6-
extern uint8_t *red_thresh;
7-
extern uint8_t *green_thresh;
8-
extern uint8_t *blue_thresh;
6+
uint8_t *red_thresh;
7+
uint8_t *green_thresh;
8+
uint8_t *blue_thresh;
99

1010
bool rgb565_dither_init(void);
1111

0 commit comments

Comments
 (0)