Skip to content

Commit 245ff7f

Browse files
committed
fbtft: improve gamma curve
Signed-off-by: Vincent-FK <vincent.buso@funkey-project.com>
1 parent 642b7eb commit 245ff7f

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-
"70 2C 2E 15 10 09 48 33 53 0B 19 18 20 25\n" \
30-
"70 2C 2E 15 10 09 48 33 53 0B 19 18 20 25"
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"
3131

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

0 commit comments

Comments
 (0)