Skip to content

Commit

Permalink
fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
ursoft committed Mar 3, 2020
1 parent 0ad94d6 commit 39399dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
16 changes: 5 additions & 11 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1825,9 +1825,7 @@
//
// Note: Usually sold with a white PCB.
//
#if (GITHUB_USER!=URSOFT)
#define REPRAP_DISCOUNT_SMART_CONTROLLER
#endif
//#define REPRAP_DISCOUNT_SMART_CONTROLLER
//
// Original RADDS LCD Display+Encoder+SDCardReader
// http://doku.radds.org/dokumentation/lcd-display/
Expand Down Expand Up @@ -2036,10 +2034,8 @@
//#define FYSETC_MINI_12864_X_X // Type C/D/E/F. No tunable RGB Backlight by default
//#define FYSETC_MINI_12864_1_2 // Type C/D/E/F. Simple RGB Backlight (always on)
//#define FYSETC_MINI_12864_2_0 // Type A/B. Discreet RGB Backlight
#if (GITHUB_USER==URSOFT)
#define FYSETC_MINI_12864_2_1 // Type A/B. Neopixel RGB Backlight
#define LCD_CONTRAST_MIN 190
#endif
#define FYSETC_MINI_12864_2_1 // Type A/B. Neopixel RGB Backlight
#define LCD_CONTRAST_MIN 190
//#define FYSETC_GENERIC_12864_1_1 // Larger display with basic ON/OFF backlight.

//
Expand Down Expand Up @@ -2262,10 +2258,8 @@
#endif

// Support for Adafruit Neopixel LED driver
#if (GITHUB_USER==URSOFT)
#define NEOPIXEL_LED
#define NEOPIXEL_EEPROM_STORE_HACK // store user color to EERPOM (unused area) // https://github.com/ursoft/Marlin/issues/33
#endif
#define NEOPIXEL_LED
#define NEOPIXEL_EEPROM_STORE_HACK // store user color to EERPOM (unused area) // https://github.com/ursoft/Marlin/issues/33
#if ENABLED(NEOPIXEL_LED)
#define NEOPIXEL_TYPE NEO_GRBW // NEO_GRBW / NEO_GRB - four/three channel driver type (defined in Adafruit_NeoPixel.h)
//#define NEOPIXEL_PIN 4 // LED driving pin
Expand Down
2 changes: 0 additions & 2 deletions Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -962,9 +962,7 @@
* LED Control Menu
* Add LED Control to the LCD menu
*/
#if (GITHUB_USER==URSOFT)
#define LED_CONTROL_MENU
#endif
#if ENABLED(LED_CONTROL_MENU)
#define LED_COLOR_PRESETS // Enable the Preset Color menu option
#if ENABLED(LED_COLOR_PRESETS) // UlTi color:
Expand Down

0 comments on commit 39399dc

Please sign in to comment.