Linux Framebuffer drivers for small TFT LCD display modules. Development has moved to https://git.kernel.org/cgit/linux/kernel/git/gregkh/staging.git/tree/drivers/staging/fbtft?h=staging-testing
With the removal of the init code in 5.4, is there any method to send custom strings to devices other than to patch the driver?
Many of these displays that come from random sellers require tweaks to get them working properly. Working up custom init strings to use inside device tree files was fiddly, but at least it avoided modifying kernel drivers.
I have an st7789v based display that needs to be issued the following so it displays colour properly:
With the removal of the init code in 5.4, is there any method to send custom strings to devices other than to patch the driver?
Many of these displays that come from random sellers require tweaks to get them working properly. Working up custom init strings to use inside device tree files was fiddly, but at least it avoided modifying kernel drivers.
I have an st7789v based display that needs to be issued the following so it displays colour properly:
0x1000021 /* MIPI_DCS_ENTER_INVERT_MODE */
This is not a 'rgb' vs 'bgr' issue.