Rockbox Development > New Ports

Cowon D2

<< < (54/194) > >>

splitsch:
Hello !
I'm glad to see that there are a lot of improvements :)

Is it possible to have a couple of screenshot, from text reading, or space-invaders?

You could send it to me, at "splitsch dot spam at gmail dot com".

Thank you very much !

I wrote a news about your progress on my blog, so the french community could read it, and I'd like to show people what has been done :)

Splitsch

Bagder:
You can do screendumps using the simulator as well, and it will show you the exact same screens/look as the actual targets use.

shotofadds:
In response to a question on IRC (I have no access at work other than reading the logs), here is my current thinking.

a) There is no touchscreen support at all at present, apart from a hacky debug screen.

b) I intend to create a set of 'virtual' keys to emulate a 5-way D-pad using the touschscreen (as per Llorean's suggestion earlier in this thread): BUTTON_TSC_LEFT, BUTTON_TSC_RIGHT, BUTTON_TSC_SELECT etc. These can then be used for plugin button mappings, etc.

c) I think the lists/WPS etc should use 'real' touch buttons if at all possible, which may require some redesign.

Discuss....

cybergrind:
IMHO:
Adding touchscreen support to themes is more difficult, but I think better than emulating buttons.
Touchscreen-buttons is good for some application - like text-reader, some games.



cybergrind:
For fixing MENU button change keymap-cowond2.c

--- Code: ---    { ACTION_STD_OK,          BUTTON_MENU|BUTTON_REL,     BUTTON_MENU },
    { ACTION_STD_OK,          BUTTON_RIGHT|BUTTON_REL,    BUTTON_RIGHT },

    { ACTION_STD_MENU,        BUTTON_MENU|BUTTON_REL,  BUTTON_MENU },
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version