Skip to content

Commit

Permalink
LCD
Browse files Browse the repository at this point in the history
  • Loading branch information
Allted committed Oct 3, 2019
1 parent ad0b9ff commit e1638f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1871,6 +1871,11 @@
//
#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER

// If you want you can define your own set of delays in Configuration.h
//#define ST7920_DELAY_1 DELAY_NS(0)
#define ST7920_DELAY_2 DELAY_NS(250)
#define ST7920_DELAY_3 DELAY_NS(250)

//
// ReprapWorld Graphical LCD
// https://reprapworld.com/?products_details&products_id/1218
Expand Down

0 comments on commit e1638f3

Please sign in to comment.