ScottAM wrote: > Point me to interface descriptions and I'll code anything. If you give > me access to the frame buffer, sockets, and GPIO pins for an IR receiver > (or allow the ability to track a mouse), I will code what I need. I just > need to know how to get to things.
picoreplayer uses linux so the standard library apis for these devices / services are available. For jivelite we use the 'fbcon driver in SDL 1.2.15' (https://github.com/ralph-irving/squeezeplay/tree/master/src/SDL-1.2.15/src/video/fbcon) SDL also provides the 'keyboard and mouse interfaces' (https://github.com/ralph-irving/squeezeplay/tree/master/src/SDL-1.2.15/src/events) for jivelite. The 'touchscreen driver/library' (https://github.com/ralph-irving/tcz-libts/tree/master/libts-1.0) we use. Ralphy *1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio 'Squeezebox client builds' (https://sourceforge.net/projects/lmsclients/files/) 'donations' (https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted) always appreciated. ------------------------------------------------------------------------ ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484 View this thread: http://forums.slimdevices.com/showthread.php?t=110960 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
