Jump to content

Mini2440 Touch Orbiter: Difference between revisions

From LinuxMCE
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" == ...
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category: Orbiters]]
[[Category: Tutorials]]
'''
'''
== This is only preliminary info, more will follow ==
== This is only preliminary info, more will follow ==
Line 4: Line 7:




Touch Orbiter for Mini2440 was made after studying the code for "Touch Orbiter - for the CUWIN3500 in-wall Touch Panel"
Touch Orbiter for Mini2440 was made after studying the code for [[Touch Orbiter - for the CUWIN3500 in-wall Touch Panel]]
 
Working device video:
[http://www.youtube.com/watch?v=OYiw3zV7Mzo]


== '''Compile for Linux PC ''' ==
== '''Compile for Linux PC ''' ==

Latest revision as of 09:48, 11 July 2011


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

Working device video: [1]

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