Mini2440 Touch Orbiter

From LinuxMCE
Revision as of 16:31, 19 August 2010 by Mihajzm (Talk | contribs) (New page: ''' == This is only preliminary info, more will follow == ''' Touch Orbiter for Mini2440 was made after studying the code for "Touch Orbiter - for the CUWIN3500 in-wall Touch Panel" == ...)

(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

This is only preliminary info, more will follow


Touch Orbiter for Mini2440 was made after studying the code for "Touch Orbiter - for the CUWIN3500 in-wall Touch Panel"

Compile for Linux PC

- install SDL, SDL_image, SDL_ttf

- grab the source code from svn (link will be added)

- rename the makefile.x86 to makefile

- make

- edit the Orbiter.ini file , put the right IP address and Port

- run ./Orbiter

- it exits after pressing ESC on keyboard

Compile for Mini2440

- create a build enviroment with DirectFB, SDL, TSLIB

- grab the source code from svn (link will be added)

- rename the makefile.arm to makefile

- make

- edit the Orbiter.ini file , put the right IP address and Port

- setup the exports for TSLIB and SDL to get touchscreen working

- run ./Orbiter

- it exits after pressing ESC on keyboard