The Amicus 18 is a development board developed by Crownhill setup with an USB boot loader. You can find out more here. http://www.myamicus.co.uk/content.php
The hardware is open design and the compiler is free. The compiler uses Proton but the boot loader will work fine with Pic Basic Pro and Micro Code Studio. To begin using this system with PBP and MCS you will need to down load and instal the Amicus 18 compiler. http://www.myamicus.co.uk/content.ph...CUS18-Compiler
Once the compiler is installed start Micro Code Studio.
From the tool-bar select "View-Compile and Program Options" then select the "Programer" tab. From there select "Add New Programmer". Select "Create a custom programmer entry" click "Next" |
|
In the Display Name field enter "amicus18_loader" click "Next". |
|
In the Programmer Filename field enter "amicus18_loader.exe . Click "Next" The next screen click "Find Manually" . If you installed the Amicus compiler to the default location the path should be "C:\Program Files\AmicusIDE\Includes". Click "Next" |
|
Finally the parameters are set. Enter: "$long-hex-filename$ -iprogram" then click "Finished". Now you can "F10" from MCS to compile and program the Amicus 18. |
|
GOTO http://www.picbasic.co.uk/forum/cont...Pro...-A-start. To get started coding for the Amicus18. |
|
Re: LCD with T6963C controller
15 years passed since last post :D
CuriousOne Today, 06:39I ordered ST7920, but seller sent these instead by mistake. 240x64 resolution. They're on the way, and I'll give them a try once they arrive.
But what I've...