INSTALL.TXT 733 B

1234567891011121314151617181920212223242526
  1. U8GLIB
  2. http://code.google.com/p/u8glib/
  3. Install instructions for the Arduino environment.
  4. 1. Start Arduino IDE
  5. 2. In the Arduino IDE, import the library from the "Add Library" Menu.
  6. Alternative install instructions for the Arduino environment.
  7. 1. Unzip u8glib_arduino_vX.XX.zip into the "libraries" folder of the
  8. Arduino install directory
  9. 2. Start Arduino IDE
  10. Install instructions for the Chipkit (Arduino) environment.
  11. 1. cd <mpide-... path>/libraries
  12. 2. unzip u8glib_arduino_vX.XX.zip
  13. 3. cd <mpide-... path>///hardware/pic32/libraries
  14. 4. again: u8glib_arduino_vX.XX.zip
  15. 5. Open hardware/pic32/cores/pic32/Print.h
  16. Remove line
  17. #define BYTE 0
  18. from the file, use PRINT_BYTE instead of BYTE.