Abilitare lcd 12864 RIAPERTO May 11, 2014 01:40PM |
Registered: 10 years ago Posts: 94 |
Re: Abilitare lcd 12864 May 11, 2014 02:23PM |
Registered: 10 years ago Posts: 6,409 |
Re: Abilitare lcd 12864 May 11, 2014 02:38PM |
Registered: 10 years ago Posts: 94 |
Re: Abilitare lcd 12864 May 11, 2014 02:45PM |
Registered: 10 years ago Posts: 6,409 |
// This uses the LiquidCrystal_I2C library ( [bitbucket.org] ) // Make sure it is placed in the Arduino libraries directory.
Re: Abilitare lcd 12864 May 11, 2014 02:49PM |
Registered: 10 years ago Posts: 6,409 |
Re: Abilitare lcd 12864 May 11, 2014 02:59PM |
Registered: 10 years ago Posts: 94 |
Re: Abilitare lcd 12864 May 11, 2014 03:26PM |
Registered: 10 years ago Posts: 6,409 |
//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 ConsolePer esempio proverei il doglcd, visto che è un 128x64 come il tuo, oppure il normale:
//#define REPRAP_DISCOUNT_SMART_CONTROLLER
Re: Abilitare lcd 12864 May 11, 2014 04:47PM |
Registered: 10 years ago Posts: 94 |
//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 REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER //automatic expansion #if defined (REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER) #define DOGLCD #define U8GLIB_ST7920 #define REPRAP_DISCOUNT_SMART_CONTROLLER #endif #if defined(ULTIMAKERCONTROLLER) || defined(REPRAP_DISCOUNT_SMART_CONTROLLER) || defined(G3D_PANEL) #define ULTIPANEL #define NEWPANEL #endif #if defined(REPRAPWORLD_KEYPAD) #define NEWPANEL #define ULTIPANEL #endif #if defined(RA_CONTROL_PANEL) #define ULTIPANEL #define NEWPANEL #define LCD_I2C_TYPE_PCA8574 #define LCD_I2C_ADDRESS 0x27 // I2C Address of the port expander #endif Take away the // comment slashes on all of these statements, as shown above
Re: Abilitare lcd 12864 May 11, 2014 04:59PM |
Registered: 10 years ago Posts: 6,409 |
Re: Abilitare lcd 12864 May 11, 2014 05:11PM |
Registered: 10 years ago Posts: 94 |
Re: Abilitare lcd 12864 May 11, 2014 05:13PM |
Registered: 10 years ago Posts: 6,409 |
Re: Abilitare lcd 12864 RIAPERTO May 12, 2014 04:53PM |
Registered: 10 years ago Posts: 94 |
Re: Abilitare lcd 12864 RIAPERTO May 12, 2014 04:59PM |
Registered: 10 years ago Posts: 417 |
Re: Abilitare lcd 12864 RIAPERTO May 12, 2014 05:07PM |
Registered: 10 years ago Posts: 94 |
Re: Abilitare lcd 12864 RIAPERTO May 12, 2014 05:11PM |
Registered: 10 years ago Posts: 6,409 |
Quote
xmarco69
Diodo D1 su ramps o su display? nel caso di display non ho jumper da muovere se non quello della luce che ho gia' spostato.
Grazie comunque per la risposta
Re: Abilitare lcd 12864 RIAPERTO May 14, 2014 01:03PM |
Registered: 10 years ago Posts: 94 |
Quote
MagoKimbra
Quote
xmarco69
Diodo D1 su ramps o su display? nel caso di display non ho jumper da muovere se non quello della luce che ho gia' spostato.
Grazie comunque per la risposta
ramps. Lcd pur essendo attaccato alla ramps prende alimentazione da Arduino il quale si alimenta o tramite USB o tramite powerjack o tramite alimentazione che arriva dalla ramps con il diodo d1, che va messo solo se si usa alimentazione a 12v sulla ramps altrimenti si rompe arduino!!!
Re: Abilitare lcd 12864 RIAPERTO May 14, 2014 02:03PM |
Registered: 10 years ago Posts: 6,409 |
Quote
xmarco69
Quote
MagoKimbra
Quote
xmarco69
Diodo D1 su ramps o su display? nel caso di display non ho jumper da muovere se non quello della luce che ho gia' spostato.
Grazie comunque per la risposta
ramps. Lcd pur essendo attaccato alla ramps prende alimentazione da Arduino il quale si alimenta o tramite USB o tramite powerjack o tramite alimentazione che arriva dalla ramps con il diodo d1, che va messo solo se si usa alimentazione a 12v sulla ramps altrimenti si rompe arduino!!!
Ciao ho guardato un altro tuo post dove elenchi come e' fatta una ramps: [forums.reprap.org] quindi se non ho capito male basta che ponticello il terzo pin (partendo da sx) di AUX1??? uso chiaramente un alimentatore da 12 volt.
Grazie
Re: Abilitare lcd 12864 RIAPERTO June 25, 2014 06:52PM |
Registered: 10 years ago Posts: 87 |
Re: Abilitare lcd 12864 RIAPERTO June 28, 2014 04:01AM |
Registered: 10 years ago Posts: 87 |
Re: Abilitare lcd 12864 June 29, 2014 01:41PM |
Registered: 10 years ago Posts: 87 |
Re: Abilitare lcd 12864 June 29, 2014 03:41PM |
Registered: 10 years ago Posts: 6,409 |
Re: Abilitare lcd 12864 June 29, 2014 04:09PM |
Registered: 10 years ago Posts: 87 |
Re: Abilitare lcd 12864 June 29, 2014 04:53PM |
Registered: 10 years ago Posts: 6,409 |
Re: Abilitare lcd 12864 June 30, 2014 08:26AM |
Registered: 10 years ago Posts: 87 |
Re: Abilitare lcd 12864 June 30, 2014 08:30AM |
Registered: 10 years ago Posts: 6,409 |
Re: Abilitare lcd 12864 June 30, 2014 08:42AM |
Registered: 10 years ago Posts: 87 |
Re: Abilitare lcd 12864 June 30, 2014 09:48AM |
Registered: 10 years ago Posts: 6,409 |
Quote
Galeots
Ho provato ha invertire i cavi ma niente le librerie ci sono e la mia scheda è una rambo merlin aggiornato al 1.2.
il mio lcd [www.ebay.it]
Re: Abilitare lcd 12864 RIAPERTO June 30, 2014 10:20AM |
Registered: 10 years ago Posts: 87 |
Re: Abilitare lcd 12864 RIAPERTO June 30, 2014 10:23AM |
Registered: 10 years ago Posts: 6,409 |
Re: Abilitare lcd 12864 RIAPERTO July 07, 2014 05:11AM |
Registered: 10 years ago Posts: 203 |
//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 ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder #define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store. //#define ULTIPANEL //the UltiPanel as on Thingiverse #define LCD_FEEDBACK_FREQUENCY_HZ 1000 // this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click #define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click // The MaKr3d Makr-Panel with graphic controller and SD support // [reprap.org] //#define MAKRPANEL // The RepRapDiscount Smart Controller (white PC // [reprap.org] //#define REPRAP_DISCOUNT_SMART_CONTROLLER // The GADGETS3D G3D LCD/SD Controller (blue PC // [reprap.org] //#define G3D_PANEL // The RepRapDiscount FULL GRAPHIC Smart Controller (quadratic white PC // [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