2004 LCD display controller problem December 24, 2015 02:30AM |
Registered: 9 years ago Posts: 9 |
Re: 2004 LCD display controller problem December 29, 2015 12:53PM |
Registered: 13 years ago Posts: 632 |
Re: 2004 LCD display controller problem December 29, 2015 04:07PM |
Registered: 9 years ago Posts: 9 |
//LCD and SD support #define ULTRA_LCD //general lcd support, also 16x2 //#define DOGLCD // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family) #define SDSUPPORT // Enable SD Card Support in Hardware Console //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error) //#define ULTIMAKERCONTROLLER //as available from the ultimaker online store. //#define ULTIPANEL //the ultipanel as on thingiverse // The MaKr3d Makr-Panel with graphic controller and SD support // [reprap.org] //#define MAKRPANEL // The RepRapDiscount Smart Controller (white PCB ) // [reprap.org] #define REPRAP_DISCOUNT_SMART_CONTROLLER // The GADGETS3D G3D LCD/SD Controller (blue PCB ) // [reprap.org] //#define G3D_PANEL // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PCB ) // [reprap.org] // // ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: [code.google.com] //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER // The RepRapWorld REPRAPWORLD_KEYPAD v1.1 // [reprapworld.com] //#define REPRAPWORLD_KEYPAD //#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0 // how much should be moved when a key is pressed, eg 10.0 means 10mm per click // The Elefu RA Board Control Panel // [www.elefu.com] // REMEMBER TO INSTALL LiquidCrystal_I2C.h in your ARUDINO library folder: [github.com] //#define RA_CONTROL_PANEL
Re: 2004 LCD display controller problem December 30, 2015 05:43PM |
Registered: 13 years ago Posts: 632 |
Re: 2004 LCD display controller problem December 31, 2015 06:43AM |
Registered: 9 years ago Posts: 9 |
Re: 2004 LCD display controller problem January 04, 2016 08:03PM |
Registered: 9 years ago Posts: 9 |
Re: 2004 LCD display controller problem June 30, 2016 11:39PM |
Registered: 8 years ago Posts: 9 |
Re: 2004 LCD display controller problem July 01, 2016 12:05AM |
Registered: 8 years ago Posts: 9 |