Hi Micah,

It's time for me to make some todo and bug list
as complete as possible.
Maybe you have your own private lists too.
We could merge them?

In this way, I note the following, sometimes due
to ChipSlice config or to uClinux.

- fonts
Our screen is 320x240 pixels and the actual fonts
are too little for it.
I have to make some bigger proportional fonts, like
helvetica 14 or 16

- VID
The accelerated functions for the linear 1 & 2 have
to be added.
By the way, is it possible to change the resolution
at runtime?

- input driver
Is it possible to access the parameters of the drivers
at runtime?
I think no but maybe I'm false... tell me :-)
I have to write some wrapper for the ioctl functions
of the kernel driver and then adding this methodes to
the PicoGUI driver interface.
(calibration, event_queue on/off depending the app,...)

- images
The images are twice coded. Once from .pnm to the
internal representation of the server. And a second
time to display it.
Maybe we can do the first transform with a shell script
or a function and than use this file at runtime.

- themeloader
As you write on your log file I also notice that the
theme loader doesn't work (on uClinux). The following
happens in my app:
When I try to load another theme, no refresh is done
and the new theme seems to be the same as the old one
and take place upon it. And everything is twice diplayed.
Do you have any idea?

- rotation
What will be very important is the possiblity to rotate
a full app (also the contain) depending what it provide.
Thus the PicoGUI implementation, I think it won't be very
difficult to invert the x and y coord.



Cheers,
Philippe

_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to