neutron3d / u8glib

Automatically exported from code.google.com/p/u8glib
0 stars 0 forks source link

check and support ChipKit #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
probably needs some changes in the low level drivers

Original issue reported on code.google.com by olikr...@gmail.com on 11 Feb 2012 at 7:03

GoogleCodeExporter commented 8 years ago
dogs102 seems ok,

todo:
- more testing
- add column to device list (e.g. Arduino ATmega, ChipKit, ATmega, PIC18F)
    blank: not supported
    ?: implemented, but not tested
    x: implemented and tested

Original comment by olikr...@gmail.com on 31 Jul 2012 at 5:13

GoogleCodeExporter commented 8 years ago
from the dogm128 lib:
    1. Download latest version of u8glib_arduino_vX.XX.zip
    cd <mpide-... path>/libraries
    unzip u8glib_arduino_vX.XX.zip
    cd <mpide-... path>///hardware/pic32/libraries
    again: u8glib_arduino_vX.XX.zip
    Open hardware/pic32/cores/pic32/Print.h

        Remove line

          #define BYTE 0

        from the file, use PRINT_BYTE instead of BYTE. 

    edit file dogm128.h and uncomment your display hardware (DOGM128, DOGS102, DOGM132, DOGXL160, ...) and edit the pin definitions.
    Optional: Edit file dogm128.h and uncomment DOG_REVERSE (change top/bottom view) and/or DOG_DOUBLE_MEMORY (see Configuration)
    (re)start the Arduino IDE
    Dogm128 examples are available under File > Examples > Dogm 

Original comment by olikr...@gmail.com on 30 Aug 2012 at 6:45

GoogleCodeExporter commented 8 years ago
dogxl160 ok
dogm128 ok
dogs102 ok
dogm128 ok
nhd both failed

Original comment by olikr...@gmail.com on 30 Aug 2012 at 8:51

GoogleCodeExporter commented 8 years ago
closed for now

Original comment by olikr...@gmail.com on 1 Oct 2012 at 8:53