aboutsummaryrefslogtreecommitdiffstats
path: root/android/hw-lcd.h
blob: b9fdb7222f11b347a759a1565574dd7da910de1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* Copyright (C) 2009 The Android Open Source Project
**
** This software is licensed under the terms of the GNU General Public
** License version 2, as published by the Free Software Foundation, and
** may be copied, distributed, and modified under those terms.
**
** This program is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
** GNU General Public License for more details.
*/
#ifndef _ANDROID_HW_LCD_H
#define _ANDROID_HW_LCD_H

#define  LCD_DENSITY_MIN      120
#define  LCD_DENSITY_DEFAULT  160
#define  LCD_DENSITY_MAX      240

/* Sets the boot property corresponding to the emulated abstract LCD density */
extern void  hwLcd_setBootProperty(int density);

#endif /* _ANDROID_HW_LCD_H */