Subscribe to Blog via Email
Recent Posts
Blog Categories
- 3D Printing 5
- Art 8
- Featured Artists 6
- Humor 1
- In the News 7
- Jigsolve 5
- Makelangelo 28
- Miscellaneous 36
- News 149
- Opinion 9
- Projects 4
- Robot Arm 32
- Tutorials 84
Solved !!! Thats how it works
In BOARD RAMPS .H changing
// LCD pins
#ifdef LCD_IS_128X64
// 128×64 full graphics controller
#define BEEPER 37
//#define LCD_PINS_RS 19
//#define LCD_PINS_ENABLE 42
//#define LCD_PINS_D4 18
// these alternate pins might help – see https://www.marginallyclever.com/forums/topic/using-reprap-kit-from-amazon-ramps-1-6-lcd-display/#post-22131
#define LCD_PINS_RS 16
#define LCD_PINS_ENABLE 17
#define LCD_PINS_D4 23
#define LCD_PINS_D5 25
#define LCD_PINS_D6 27
#define LCD_PINS_D7 29
// Encoder rotation values
#define BTN_EN1 31
#define BTN_EN2 33
#define BTN_ENC 35
// SD card settings
#define SDPOWER -1
#define SDSS 53
#define SDCARDDETECT 49
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
In CONFIGURE.H changing
// LCD panels supported
//——————————————————————————
#define HAS_LCD // if you have an LCD panel
#define HAS_SD // if you have SD card support on your LCD panel (must be on panel?)
// only uncomment one of these options
#define LCD_IS_128X64 // reprapdiscount Full Graphic Smart LCD Controller
//#define LCD_IS_SMART // reprapdiscount Smart LCD Controller (including XXL model)