I just got hold of the Embedded Artists Xpresso baseboard, so thought I'd have a play; a very comprehensive target baseboard.
First experiment is with the little OLED screen. Hunting through the datasheets it became obvious the board doesn't actually connect all wires needed to the mbed (a command/data line is missing), so I added a jump wire:
It connects PIO2_7 of baseboard mbed socket (empty 2nd hole below mbed pin 21) to PIO0_8(p13) of J6 (7th hole down on left side of J6) to provide OLED data/command signal.
With help from the startup sequence EA provide, I put together a quick library for so it works just like the MobileLCD. Here is the code and an example:
Thanks Simon for sharing. Works perfectly on mine. Il would be great to create a sub forum for this board if possible so it wold be easier to share programs among users.
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.
Access Warning
You do not have the correct permissions to perform this operation.
Thanks Simon for sharing. Works perfectly on mine. Il would be great to create a sub forum for this board if possible so it wold be easier to share programs among users.
Cheers