Hi ,
I'm just testing my new uVGA-II sgc driver module... I got it today
I used this command to set resolution of the display
//select screen resolution 320x240 uVGA-II only!
putc(0x59); putc(0x0C);putc(0x00);com_ok();
widht and height relation is OK but picture on the screen is maybe half of right size...
I want to use that uVGA_II driver because my picaso module display is so small...sure I loose that touch control...
everything works but monitor display is only half of real size as you can notice from attached pics...
please help me to get right size for monitor (rather old monitor Hewlett Packard HSTND-2L07 19 inch standard monitor for PC)
good feelings for everybody .... best regards
-arto-
Attached files
I'm just testing my new uVGA-II sgc driver module... I got it today
I used this command to set resolution of the display
//select screen resolution 320x240 uVGA-II only!
putc(0x59); putc(0x0C);putc(0x00);com_ok();
widht and height relation is OK but picture on the screen is maybe half of right size...
I want to use that uVGA_II driver because my picaso module display is so small...sure I loose that touch control...
everything works but monitor display is only half of real size as you can notice from attached pics...
please help me to get right size for monitor (rather old monitor Hewlett Packard HSTND-2L07 19 inch standard monitor for PC)
good feelings for everybody .... best regards
-arto-
Attached files


Comment