Skip to content

Commit 0ff7b1f

Browse files
committed
changed gamma values for Bysco screens
1 parent 0bebc21 commit 0ff7b1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/staging/fbtft/fb_st7789v.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
#define DRVNAME "fb_st7789v"
2727

2828
#define DEFAULT_GAMMA \
29-
"f0 19 1e 0A 09 15 3D 44 51 19 14 13 2c 31\n" \
30-
"f0 18 1E 0A 09 25 3F 43 52 19 14 13 2c 31"
29+
"d0 08 0d 0a 0a 0a 33 33 48 15 0d 0b 29 2e\n" \
30+
"d0 07 0d 0b 0a 15 32 33 48 15 0c 0b 29 2d"
3131

3232
/**
3333
* enum st7789v_command - ST7789V display controller commands

0 commit comments

Comments
 (0)