etop-wesley / hac

1 stars 0 forks source link

the LCD display kernel memory is 960000 for 800x480 #28

Closed etop-wesley closed 13 years ago

etop-wesley commented 13 years ago

the display kernel memory size is 960000, which is the maximum one of all available lcd device(800x600), but I think we don't need to alloc a memory size for the maximum one. we only need 768000 for 800x480 resolution, I belieive.

Fixed: change the display kernel memory logic to alloc for the default size.

/WX

etop-wesley commented 13 years ago

This change may cause some fb error, we need to take some attention on this.

/WX