This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

138, ARM 侧Linux的LCD显示驱动修改



需要把 OMAP138-> ARM 侧Linux 的LCD显示从宽频改为竖屏(也就是显示旋转 90 度),

  • OMAPL138 LCDC本身不支持这种功能,但从应用的角度通过将一辐图像数据做转置后再放到LCD frame buffer可以实现你要的效果。或者说在往frame buffer里填充图像时将行列坐标互换一下。当然要看往哪边转,坐标要做相应的变换。