zoukankan      html  css  js  c++  java
  • 与LCD_BPP相关的函数

    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

  • 相关阅读:
    c++看题
    理想化
    thin mission
    编程时 和 thinking
    tiny mission 2021 10 20
    A Magic Lamp HDU
    Poj 3370
    鸽巢原理(抽屉原理)
    Miller-Rabin质数测试
    Nim or not Nim? HDU
  • 原文地址:https://www.cnblogs.com/haoxing990/p/4653497.html
Copyright © 2011-2022 走看看