In fact almost anything… lol
*
Low-cost OLED display graphics user interface solution.
*
128 x 128 resolution, 65K true to life colours, PMOLED screen.
*
1.5†diagonal size, 45.5 x 33.5 x 6.1mm. Active Area: 27mm x 27mm.
*
No back lighting with near 180° viewing angle.
*
Easy 5 pin interface to any host device: VCC, TX, RX, GND, RESET.
*
Serial TTL interface with auto-baud feature (300 to 256K baud).
*
Powered by the 4D-Labs GOLDELOX-SGC processor (also available as separate OEM IC for volume users).
*
On-board micro-SD memory card adaptor for storing of icons, images, animations, etc. Supports 64Mb to 2Gig micro-SD memory cards.
*
Comprehensive set of built in high level graphics functions and algorithms that can draw lines, circles, text, and much more.
*
Display full colour images, animations, icons and video clips.
Supports all available Windows fonts and characters (imported as external fonts).
*
Multiple switch/button feature on a single pin.
*
Dedicated sound pin with complex sound generation.
*
4.0V to 5.5V range operation (single supply).
*
RoHS Compliant.
Manufacturer website:
4dsystems.com.au/prod.php?id=78
Any idea how i can insert my code in the Phoenix 2.0. I don’t know where to do it since i have a bunch of code on the top that need to be done only once.
zenta
February 18, 2011, 1:06pm
22
Place the “init” code (the code that need to run once) before the main loop. Place the other code in a sub that you call from a function inside the main loop.