Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ArduinoAddons/Arduino_1.0.x/libraries/U8glib/INSTALL.TXT')
-rwxr-xr-xArduinoAddons/Arduino_1.0.x/libraries/U8glib/INSTALL.TXT26
1 files changed, 26 insertions, 0 deletions
diff --git a/ArduinoAddons/Arduino_1.0.x/libraries/U8glib/INSTALL.TXT b/ArduinoAddons/Arduino_1.0.x/libraries/U8glib/INSTALL.TXT
new file mode 100755
index 000000000..efcedd03b
--- /dev/null
+++ b/ArduinoAddons/Arduino_1.0.x/libraries/U8glib/INSTALL.TXT
@@ -0,0 +1,26 @@
+
+U8GLIB
+http://code.google.com/p/u8glib/
+
+Install instructions for the Arduino environment.
+
+ 1. Start Arduino IDE
+ 2. In the Arduino IDE, import the library from the "Add Library" Menu.
+
+Alternative install instructions for the Arduino environment.
+
+ 1. Unzip u8glib_arduino_vX.XX.zip into the "libraries" folder of the
+ Arduino install directory
+ 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.
+ \ No newline at end of file