Full-Graphik Display unter Marlin installieren 13. July 2016 03:02 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 803 |
Re: Full-Graphik Display unter Marlin installieren 13. July 2016 03:32 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 922 |
Re: Full-Graphik Display unter Marlin installieren 13. July 2016 03:39 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 803 |
Re: Full-Graphik Display unter Marlin installieren 13. July 2016 04:11 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 922 |
Re: Full-Graphik Display unter Marlin installieren 24. July 2016 06:20 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 385 |
Re: Full-Graphik Display unter Marlin installieren 24. July 2016 12:55 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 803 |
Re: Full-Graphik Display unter Marlin installieren 24. July 2016 13:37 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 1.202 |
//==============================LCD and SD support============================= // @section lcd // Define your display language below. Replace (en) with your language code and uncomment. // en, pl, fr, de, es, ru, bg, it, pt, pt_utf8, pt-br, pt-br_utf8, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test // See also language.h #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(de) // Choose ONE of these 3 charsets. This has to match your hardware. Ignored for full graphic display. // To find out what type you have - compile with (test) - upload - click to get the menu. You'll see two typical lines from the upper half of the charset. // See also [github.com] #define DISPLAY_CHARSET_HD44780_JAPAN // this is the most common hardware //#define DISPLAY_CHARSET_HD44780_WESTERN //#define DISPLAY_CHARSET_HD44780_CYRILLIC //#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 // Changed behaviour! If you need SDSUPPORT uncomment it! //#define SPI_SPEED SPI_HALF_SPEED // (also SPI_QUARTER_SPEED, SPI_EIGHTH_SPEED) Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error) //#define SD_CHECK_AND_RETRY // Use CRC checks and retries on the SD communication #define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder #define ENCODER_STEPS_PER_MENU_ITEM 4 // Set according to ENCODER_PULSES_PER_STEP or your liking #define REVERSE_MENU_DIRECTION // When enabled CLOCKWISE moves UP in the LCD menu //
// ==> REMEMBER TO INSTALL U8glib to your ARDUINO library folder: [github.com] #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
Re: Full-Graphik Display unter Marlin installieren 24. July 2016 14:58 |
Registrierungsdatum: 9 Jahre zuvor Beiträge: 803 |