码迷,mamicode.com
首页 > 其他好文 > 详细

与LCD_BPP相关的函数

时间:2015-07-17 11:36:08      阅读:258      评论:0      收藏:0      [点我收藏+]

标签:

board/freescale/mx6q_sabresd/mx6q_sabresd.c:    panel_info.vl_bpix = LCD_BPP;

 

common/lcd.c:   off  = x * (1 << LCD_BPP) % 8;
common/lcd.c:#if LCD_BPP == LCD_MONOCHROME
common/lcd.c:#if LCD_BPP == LCD_MONOCHROME
common/lcd.c:#elif LCD_BPP == LCD_COLOR8
common/lcd.c:#elif LCD_BPP == LCD_COLOR16
common/lcd.c:#elif LCD_BPP == LCD_COLOR24
common/lcd.c:#if LCD_BPP == LCD_MONOCHROME
common/lcd.c:#if LCD_BPP == LCD_MONOCHROME
common/lcd.c:#elif LCD_BPP == LCD_COLOR8

 

drivers/video/mxc_ipuv3_fb.c:   panel_info.vl_bpix = LCD_BPP;
include/lcd.h:#ifndef LCD_BPP
include/lcd.h:# define LCD_BPP                  LCD_COLOR8
include/lcd.h:#if LCD_BPP == LCD_MONOCHROME
include/lcd.h:#elif LCD_BPP == LCD_COLOR8
include/lcd.h:#if LCD_BPP == LCD_MONOCHROME
include/lcd.h:#elif (LCD_BPP == LCD_COLOR8) || (LCD_BPP == LCD_COLOR16) || (LCD_                                                                                                                     BPP == LCD_COLOR24)

 

include/configs/mx6q_sabresd.h: #define LCD_BPP         LCD_COLOR16

与LCD_BPP相关的函数

标签:

原文地址:http://www.cnblogs.com/haoxing990/p/4653497.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!