I just checked my drivers/video/vfb.c, in which vfb_pan_display is
defined, with the one from Android SDK downloaded. They are
identical.
Am I looking in the wrong place?
Thanks,

Jinjun

On Dec 10, 2:52 pm, Jinjun <[EMAIL PROTECTED]> wrote:
> Thanks.
> Is it easy to modify the framebuffer driver to support panning
> function? Can you provide a brief description?
>
> Jinjun
>
> On Dec 9, 7:42 pm, mizmit1222 <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi,
>
> > I guess your display driver doesn't support panning function.
>
> > Each time you press the cursor key, Android updates frame buffer,
> > but if frame buffer driver doesn't support panning function, only once
> > between twice your display is actually updated.
>
> > On Dec 10, 11:39 am, Reed Huang <[EMAIL PROTECTED]> wrote:
>
> > > Your development board might be using matrix keyboard mode instead of 
> > > directly connecting each button on each single GPIO.
> > > I got similar sympton when porting on the Asus P535 and got it solved by 
> > > changing the keypad driver.
> > > Jinjun wrote:Hi, I am using PXA270 as my development board for Android 
> > > and have some difficult to use my keyboard to select icons and menus on 
> > > the LCD screen. I tried to use left, right, up and down arrow key to 
> > > select icon. Sometimes there is no response at all and if it does 
> > > response, the second icon next to the current one will get highlighted 
> > > hence it is very difficult for me to get desired one selected. If I do 
> > > get the one I wanted, press enter key then actually activate the menu of 
> > > the other icon, usually next to the one selected. Can anyone provide 
> > > help? Also, can anybody explain the content of default qwerty.kl? Thanks 
> > > for your help. Jinjun- Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [EMAIL PROTECTED]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to