mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-18 04:07:55 -06:00
Add Arduino additions for Arduino 1.5.x.
This commit is contained in:
parent
ce517df702
commit
253cf0f427
328 changed files with 112905 additions and 0 deletions
21
ArduinoAddons/Arduino_1.0.x/libraries/U8glib/INSTALL.TXT
Normal file
21
ArduinoAddons/Arduino_1.0.x/libraries/U8glib/INSTALL.TXT
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
U8GLIB
|
||||
http://code.google.com/p/u8glib/
|
||||
|
||||
|
||||
Install instructions for the Arduino environment.
|
||||
|
||||
1. Unzip u8glib_arduino_vX.XX.zip into the "libraries" folder
|
||||
2. Start Arduino IDE
|
||||
|
||||
Install instructions for the Chipkit (Arduino) environment.
|
||||
|
||||
1. cd <mpide-... path>/libraries
|
||||
2. unzip u8glib_arduino_vX.XX.zip
|
||||
3. cd <mpide-... path>///hardware/pic32/libraries
|
||||
4. again: u8glib_arduino_vX.XX.zip
|
||||
5. Open hardware/pic32/cores/pic32/Print.h
|
||||
Remove line
|
||||
#define BYTE 0
|
||||
from the file, use PRINT_BYTE instead of BYTE.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue