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
1.86k
stars
495
forks
source link
Data alignment issue in fbtft-bus.c when using startbyte #88
When using a startbyte txbuf16 gets unaligned. This can prevent the code from being portable to other platforms or degrade performance.
fbtft-bus.c
Thanks to Conor O'Rourke for making me aware of this issue.
Links: