aboutsummaryrefslogtreecommitdiffstats
path: root/android/hw-lcd.h
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2011-06-03 11:24:32 -0700
committerXavier Ducrohet <xav@android.com>2011-06-03 11:24:32 -0700
commit049c72f0ffd9381b88bf9477fc41df5fc8c9a2a1 (patch)
tree75c7d108b4b870fd588f9f7970e2671add7a3c50 /android/hw-lcd.h
parent57d4bd5c264e056bd4a4fe2aff19e46f8f3059f1 (diff)
downloadexternal_qemu-049c72f0ffd9381b88bf9477fc41df5fc8c9a2a1.zip
external_qemu-049c72f0ffd9381b88bf9477fc41df5fc8c9a2a1.tar.gz
external_qemu-049c72f0ffd9381b88bf9477fc41df5fc8c9a2a1.tar.bz2
Add support for the TV DPI.
This is the dpi for the 720p resolution used by Google TV. It's a special dpi, not a bucket dpi like the other one so the handling is a bit different. Change-Id: Id9a245422855c2dba82c267beca203006f6fd864
Diffstat (limited to 'android/hw-lcd.h')
-rw-r--r--android/hw-lcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/hw-lcd.h b/android/hw-lcd.h
index c902b13..babba3f 100644
--- a/android/hw-lcd.h
+++ b/android/hw-lcd.h
@@ -14,6 +14,7 @@
#define LCD_DENSITY_LDPI 120
#define LCD_DENSITY_MDPI 160
+#define LCD_DENSITY_TVDPI 213
#define LCD_DENSITY_HDPI 240
#define LCD_DENSITY_XHDPI 320