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

INSTALL.TXT « U8glib « libraries « avr « marlin « hardware « Arduino_1.5.x « ArduinoAddons - github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d87f97128d29fd197a57c2e924746e28e0a36be7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.