Willkommen! Anmelden Ein neues Profil erzeugen

Erweiterte Suche

Sparkcube 1.1 RADDS Display 20x4 mit Repetierfirmware

geschrieben von Dongle 
Sparkcube 1.1 RADDS Display 20x4 mit Repetierfirmware
31. March 2015 13:34
Hallo Zusammen,
ich baue einen Sparkcube 1.1 nach und bin im Moment bei der Inbetriebnahme. Ich habe mir die vorkonfigurierte Repetier-Firmware runtergeladen und auf den Arduino DUE geflasht.
Auch habe ich in der uiconfig.h das Display auf das Radds 20x4 Display angepasst (#define UI_DISPLAY_TYPE 1), leider bekomme ich aber nur schwarze Balken im Display.

Kann mir bitte jemand einen Tip geben, was ich noch in der Firmware anpassen muss?


Gruß Tobias
Re: Sparkcube 1.1 RADDS Display 20x4 mit Repetierfirmware
31. March 2015 14:52
In der uiconfig musst du nix anpassen. Normal nur das Display in der config.h aktivieren, bzw. über den Online-Konfigurator.


Triffid Hunter's Calibration Guide --> X <-- Drill for new Monitor Most important Gcode.
Re: Sparkcube 1.1 RADDS Display 20x4 mit Repetierfirmware
31. March 2015 16:22
du musst bei config.h datei nur #define FEATURE_CONTROLLER 7 oder 8 ( wegen 20x4) eintragen .

Sie hier :

/** For displays and keys there are too many permutations to handle them all in once.
For the most common available combinations you can set the controller type here, so
you don't need to configure uicong.h at all. Controller settings > 1 disable usage
of uiconfig.h

0 = no display
1 = Manual definition of display and keys parameter in uiconfig.h

The following settings override uiconfig.h!
2 = Smartcontroller from reprapdiscount on a RAMPS or RUMBA board
3 = Adafruit RGB controller
4 = Foltyn 3DMaster with display attached
5 = ViKi LCD - Check pin configuration in ui.h for feature controller 5!!! sd card disabled by default!
6 = ReprapWorld Keypad / LCD, predefined pins for Megatronics v2.0 and RAMPS 1.4. Please check if you have used the defined pin layout in ui.h.
7 = RADDS Display connection
8 = PiBot Display/Controller extension with 20x4 character display
9 = PiBot Display/Controller extension with 16x2 character display
10 = Gadgets3D shield on RAMPS 1.4, see [reprap.org]
11 = RepRapDiscount Full Graphic Smart Controller
*/
#define FEATURE_CONTROLLER 7

/**
Re: Sparkcube 1.1 RADDS Display 20x4 mit Repetierfirmware
02. April 2015 07:08
Hallo zusammen,
ich habe den Fehler gefunden. Es war ein Aderbruch im Flachbandkabel.

Gruß Tobias
In diesem Forum dürfen leider nur registrierte Teilnehmer schreiben.

Klicke hier, um Dich einzuloggen