Commit a1ff30d
committed
Fix color inversion issue in GC9X01X display driver
Related to #80578
Add the `GC9X01X_CMD_INVON` command to the `default_init_regs` array in `drivers/display/display_gc9x01x.c` to set color inversion to false.
* Update the `gc9x01x_regs_init` function to include the new command in the initialization sequence.
* Set the default value of the `display-inversion` property to false in `dts/bindings/display/galaxycore,gc9x01x.yaml`.1 parent e90c58a commit a1ff30d
File tree
2 files changed
+6
-0
lines changed- drivers/display
- dts/bindings/display
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
218 | 223 | | |
219 | 224 | | |
220 | 225 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
0 commit comments