The Following 2 Users Say Thank You to shady For This Useful Post: | ||
|
2010-06-28
, 15:11
|
|
Posts: 1,210 |
Thanked: 597 times |
Joined on Apr 2010
@ hamburg,germany
|
#2
|
|
2010-06-28
, 16:06
|
Posts: 307 |
Thanked: 157 times |
Joined on Jul 2009
@ Illinois, USA
|
#3
|
|
2010-06-28
, 16:12
|
Posts: 223 |
Thanked: 79 times |
Joined on Apr 2010
@ Lebanon- Beirut
|
#4
|
|
2010-06-28
, 16:19
|
Posts: 284 |
Thanked: 161 times |
Joined on Dec 2009
|
#5
|
|
2010-06-28
, 16:30
|
Posts: 1,746 |
Thanked: 2,100 times |
Joined on Sep 2009
|
#6
|
|
2010-06-28
, 16:41
|
Posts: 284 |
Thanked: 161 times |
Joined on Dec 2009
|
#7
|
|
2010-06-28
, 16:44
|
Posts: 1,746 |
Thanked: 2,100 times |
Joined on Sep 2009
|
#8
|
|
2010-06-28
, 16:46
|
Posts: 22 |
Thanked: 15 times |
Joined on Apr 2010
@ Israel
|
#9
|
|
2010-06-28
, 17:21
|
|
Posts: 1,296 |
Thanked: 1,773 times |
Joined on Aug 2009
@ Budapest, Hungary
|
#10
|
I have been thinking that it would be an interesting idea to replace the sony screen in the n900 with the LG screen from the new iphone. I can see several issues with this "upgrade":
1. Connection, Ribbon Length
2. Physical Size (depth, bezel)
3. Once its in and connected, Drivers
4. Resistive, touch adaptation
The panel is supported by panel-acx565akm driver (drivers/video/omap2/displays/panel-acx565akm.c), which is enabled by PANEL_ACX565AKM option:
config PANEL_ACX565AKM
tristate "ACX565AKM LCD Panel"
depends on OMAP2_DSS_SDI
select BACKLIGHT_CLASS_DEVICE
help
LCD Panel used in Rover
oslo:/sys/class/backlight/acx565akm# dmesg | grep acx
[ 3.074279] omapfb: acx565akm rev 8b LCD detected
oslo:~# ls -l /sys/class/backlight/acx565akm/
-r--r--r-- 1 root root 4096 Dec 8 21:15 actual_brightness
-rw-r--r-- 1 root root 4096 Dec 8 21:16 bl_power
-rw-r--r-- 1 root root 4096 Dec 8 21:15 brightness
-r--r--r-- 1 root root 4096 Dec 8 20:10 cabc_available_modes
-rw-r--r-- 1 root root 4096 Dec 8 20:10 cabc_mode
lrwxrwxrwx 1 root root 0 Dec 8 20:10 device -> ../../../devices/platform/omap2_mcspi.1/spi1.2
-r--r--r-- 1 root root 4096 Dec 8 20:10 max_brightness
drwxr-xr-x 2 root root 0 Dec 8 21:16 power
lrwxrwxrwx 1 root root 0 Dec 8 20:10 subsystem -> ../../backlight
-rw-r--r-- 1 root root 4096 Jan 1 1970 uevent
If you wonder, CABC stands for Content Adaptive Backlight Control. It allows reducing backlight or brightness levels depending on the image being shown to save power. For instance, if the image contains only dark pixels, the brightness of the backlight can be reduced. This will naturally boost the pixel value. Available modes are:
oslo:/sys/class/backlight/acx565akm# cat cabc_available_modes
off ui still-image moving-image
Im pretty sure Apple wont let up off the drivers for their screen, but if i were able to connect the new iphone screen, how hard would it be to utilize the higher density of pixels? can the OS be scaled for the change in resolution?
Links:
http://cnn.cn/shop/nokia-n900-screen-p-8736.html
http://chinaontrade.com/apple-iphone...een-p-477.html
thanks guys