Mini 12864 Panel (RGB) in Repetier
Hi guys,
I've been trying to implement a Display to my 3D Printer. I wanna use this one: https://www.amazon.de/gp/product/B07ST1W3JH/ref=ppx_yo_dt_b_asin_title_o00_s01?ie=UTF8&psc=1
I tried to use this config in config.h
I've been trying to implement a Display to my 3D Printer. I wanna use this one: https://www.amazon.de/gp/product/B07ST1W3JH/ref=ppx_yo_dt_b_asin_title_o00_s01?ie=UTF8&psc=1
I tried to use this config in config.h
#define SD_EXTENDED_DIR 1 /** Show extended directory including file length. Don't use this with Pronterface! */
#define SD_RUN_ON_STOP ""
#define SD_STOP_HEATER_AND_MOTORS_ON_STOP 1
#define ARC_SUPPORT 1
#define FEATURE_MEMORY_POSITION 1
#define FEATURE_CHECKSUM_FORCED 0
#define FEATURE_FAN_CONTROL 1
#define FEATURE_FAN2_CONTROL 0
#define FEATURE_CONTROLLER 11
#define ADC_KEYPAD_PIN -1
#define LANGUAGE_EN_ACTIVE 1
#define LANGUAGE_DE_ACTIVE 1
The display light is on and it seems to work - if I turn the naviagation wheel and press it, the printer homes... But I do not see anything at the display. It's just bright.
Anybody done this before? Some ideas? Don't wanna use Marlin - I've done some modifications in my firmware and don't want do do all this again in Marlin.
Thanks in advance!
The display light is on and it seems to work - if I turn the naviagation wheel and press it, the printer homes... But I do not see anything at the display. It's just bright.
Anybody done this before? Some ideas? Don't wanna use Marlin - I've done some modifications in my firmware and don't want do do all this again in Marlin.
Thanks in advance!
Comments
Pin numbers can be found in pin description of your board. reprap.org wiki also has them for many boards.
Any ideas? I'm really stuck in here...
That also gets used with display driver CONTROLLER_FYSETC_MINI_12864_V21 in DisplayList.h but there is only a pin map definition for #if MOTHERBOARD == 190 // Fysetc F6 so if you have a different board you can use that display but need to modify the pins definition.