Solito problema con reprap discount full graphic che non si vede April 09, 2018 05:02AM |
Registered: 10 years ago Posts: 20 |
U8GLIB_ST7920_128X64_1X u8g(23, 17, 16); // SPI Com: SCK = en = 23, MOSI = rw = 17, CS = di = 16
Re: Solito problema con reprap discount full graphic che non si vede April 09, 2018 01:00PM |
Registered: 10 years ago Posts: 6,409 |
Re: Solito problema con reprap discount full graphic che non si vede April 09, 2018 05:03PM |
Registered: 10 years ago Posts: 20 |
U8GLIB_ST7920_128X64_RRD u8g(0); // Number of stripes can be adjusted in ultralcd_st7920_u8glib_rrd.h with PAGE_HEIGHTe sostituita con:
U8GLIB_ST7920_128X64_1X u8g(23, 17, 16);
#pragma GCC optimize (3)
U8GLIB_ST7920_128X64_RRD u8g(LCD_PINS_D4, LCD_PINS_ENABLE, LCD_PINS_RS); // Number of stripes can be adjusted in ultralcd_st7920_u8glib_rrd.h with PAGE_HEIGHT
U8GLIB_ST7920_128X64_1X u8g(23, 17, 16);
Re: Solito problema con reprap discount full graphic che non si vede April 09, 2018 05:42PM |
Registered: 7 years ago Posts: 1,059 |
Re: Solito problema con reprap discount full graphic che non si vede April 09, 2018 05:57PM |
Registered: 10 years ago Posts: 20 |
Re: Solito problema con reprap discount full graphic che non si vede April 09, 2018 06:16PM |
Registered: 7 years ago Posts: 1,059 |
Quote
Luc@
Anche io ancora non me lo spiego! Domani proverò con l'ultimo ide, in ogni caso il problema è noto (vedi primo link), ora bisogna capire le motivazioni.
Per quanto riguarda le configurazioni, per il kimbra solo scaricato e caricato, nessuna modifica. Profilo di partenza ho preso il template della prusa i3 R2 giusto per fare una prova, ho cambiato solo la tipologia di display ed abilitata la SD.
Per il Marlin ho scaricato tutto da repository e modificato solo la configurazione relativa al display grafico.
Fondamentalmente ho risolto ma anche a me non piace la soluzione che ho trovato e vorrei approfondire e capire, ma le mie conoscenze di programmazione arrivano fino ad un certo punto purtroppo.
Luca
Re: Solito problema con reprap discount full graphic che non si vede April 10, 2018 12:56AM |
Registered: 10 years ago Posts: 20 |
Re: Solito problema con reprap discount full graphic che non si vede April 10, 2018 11:14AM |
Registered: 7 years ago Posts: 1,059 |
Re: Solito problema con reprap discount full graphic che non si vede April 10, 2018 12:06PM |
Registered: 10 years ago Posts: 20 |
Re: Solito problema con reprap discount full graphic che non si vede April 10, 2018 12:43PM |
Registered: 7 years ago Posts: 1,059 |
Re: Solito problema con reprap discount full graphic che non si vede April 10, 2018 05:01PM |
Registered: 10 years ago Posts: 20 |
Re: Solito problema con reprap discount full graphic che non si vede April 12, 2018 03:32AM |
Registered: 7 years ago Posts: 1,059 |
Re: Solito problema con reprap discount full graphic che non si vede April 12, 2018 04:57AM |
Registered: 10 years ago Posts: 20 |
Re: Solito problema con reprap discount full graphic che non si vede April 12, 2018 02:34PM |
Registered: 10 years ago Posts: 20 |
Re: Solito problema con reprap discount full graphic che non si vede April 12, 2018 09:50PM |
Registered: 7 years ago Posts: 1,059 |
Re: Solito problema con reprap discount full graphic che non si vede April 13, 2018 04:42AM |
Registered: 10 years ago Posts: 20 |
Re: Solito problema con reprap discount full graphic che non si vede April 14, 2018 04:19AM |
Registered: 10 years ago Posts: 20 |
//U8GLIB_ST7920_128X64_1X u8g(LCD_PINS_D4, LCD_PINS_ENABLE, LCD_PINS_RS); // Original u8glib device. 8 stripes U8GLIB_ST7920_128X64_RRD u8g(0); // Number of stripes can be adjusted in ultralcd_st7920_u8glib_rrd.h with PAGE_HEIGHT
U8GLIB_ST7920_128X64_1X u8g(LCD_PINS_D4, LCD_PINS_ENABLE, LCD_PINS_RS); // Original u8glib device. 8 stripes //U8GLIB_ST7920_128X64_RRD u8g(0); // Number of stripes can be adjusted in ultralcd_st7920_u8glib_rrd.h with PAGE_HEIGHT
Re: Solito problema con reprap discount full graphic che non si vede April 16, 2018 04:23AM |
Registered: 7 years ago Posts: 1,059 |
U8GLIB_ST7920_128X64_1X u8g(LCD_PINS_D4, LCD_PINS_ENABLE, LCD_PINS_RS); // Original u8glib device. 8 stripes //U8GLIB_ST7920_128X64_RRD u8g(0); // Number of stripes can be adjusted in ultralcd_st7920_u8glib_rrd.h with PAGE_HEIGHT
U8GLIB_ST7920_128X64_1X u8g(LCD_PINS_D4, LCD_PINS_ENABLE, LCD_PINS_RS); // Original u8glib device. 8 stripes
U8GLIB_ST7920_128X64_RRD u8g(0); // Number of stripes can be adjusted in ultralcd_st7920_u8glib_rrd.h with PAGE_HEIGHT
Re: Solito problema con reprap discount full graphic che non si vede April 16, 2018 05:39AM |
Registered: 10 years ago Posts: 20 |
Re: Solito problema con reprap discount full graphic che non si vede April 16, 2018 09:36AM |
Registered: 7 years ago Posts: 1,059 |
Re: Solito problema con reprap discount full graphic che non si vede April 16, 2018 01:22PM |
Registered: 10 years ago Posts: 20 |
Re: Solito problema con reprap discount full graphic che non si vede April 16, 2018 05:32PM |
Registered: 7 years ago Posts: 1,059 |
Re: Solito problema con reprap discount full graphic che non si vede April 24, 2018 01:09PM |
Registered: 7 years ago Posts: 1,059 |
Re: Solito problema con reprap discount full graphic che non si vede February 06, 2020 03:57PM |
Registered: 10 years ago Posts: 19 |
Re: Solito problema con reprap discount full graphic che non si vede February 07, 2020 12:38PM |
Registered: 10 years ago Posts: 19 |
#define U8G_CLASS U8GLIB_ST7920_128X64_4X #define U8G_PARAM LCD_PINS_D4, LCD_PINS_ENABLE, LCD_PINS_RS // Original u8glib device. 2 stripes, SW SPI //#define U8G_CLASS U8GLIB_ST7920_128X64_RRD //#define U8G_PARAM LCD_PINS_D4, LCD_PINS_ENABLE, LCD_PINS_RS // Number of stripes can be adjusted in ultralcd_st7920_u8glib_rrd.h with PAGE_HEIGHT
Re: Solito problema con reprap discount full graphic che non si vede February 12, 2020 08:58AM |
Registered: 5 years ago Posts: 124 |