2018-03-25 13:33:05 +00:00
|
|
|
# Arduboy homemade package
|
2018-03-25 13:32:23 +00:00
|
|
|
Arduino IDE board package for Arduboy and homemade versions with the following advantages:
|
2018-02-25 20:01:34 +00:00
|
|
|
* Single install
|
|
|
|
* Includes all Arduboy libraries with support for alternate displays and wiring
|
|
|
|
* Includes Arduboy optimized Arduino core with extra features and space savings
|
|
|
|
* Cathy3K bootloader support
|
2018-02-13 21:17:45 +00:00
|
|
|
|
|
|
|
#### To install the package:
|
|
|
|
* Start Arduino IDE and press **CTRL + comma** to select properties.
|
2018-02-25 19:52:00 +00:00
|
|
|
* Copy and paste the URL below in **Additional Boards Manager URLs:** text box and click on **OK**
|
2018-02-13 21:17:45 +00:00
|
|
|
```
|
2018-03-25 13:32:23 +00:00
|
|
|
https://raw.githubusercontent.com/MrBlinky/Arduboy-homemade-package/master/package_arduboy_homemade_index.json
|
2018-02-13 21:17:45 +00:00
|
|
|
```
|
2018-03-25 13:32:23 +00:00
|
|
|
![preferences](https://raw.githubusercontent.com/MrBlinky/Arduboy-homemade-package/master/images/preferences.png)
|
2018-02-25 20:01:34 +00:00
|
|
|
After this:
|
2018-02-25 19:52:00 +00:00
|
|
|
* Go to **Tools > Boards > Board manager**
|
2018-03-25 13:32:23 +00:00
|
|
|
* In the text box type **Arduboy homemade**
|
2018-02-25 19:52:00 +00:00
|
|
|
* Click on the **Arduboy Hombrew package** and click the **Install** button.
|
2018-02-25 20:01:34 +00:00
|
|
|
|
2018-03-25 13:32:23 +00:00
|
|
|
You can now select **Arduboy, Arduboy DevKit** and **Arduboy homemade boards** from the Tools menu.
|
2018-02-25 20:01:34 +00:00
|
|
|
|
2018-03-25 13:32:23 +00:00
|
|
|
![menu](https://raw.githubusercontent.com/MrBlinky/Arduboy-homemade-package/master/images/menu.gif)
|
2018-02-25 19:52:00 +00:00
|
|
|
|