Skip to content

Commit

Permalink
412 - LCD timing fix, update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Allted committed Oct 3, 2019
1 parent bccb6bb commit ce6f3a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
// @section info

// Author info of this build printed to the host during boot and M115
#define STRING_CONFIG_H_AUTHOR "(V1 Engineering, Ryan, 411)" // Who made the changes.
#define STRING_CONFIG_H_AUTHOR "(V1 Engineering, Ryan, 412)" // Who made the changes.

/**
* *** VENDORS PLEASE READ ***
Expand Down 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
2 changes: 1 addition & 1 deletion Marlin/src/inc/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "411 bugfix-2.0.x"
#define SHORT_BUILD_VERSION "412 bugfix-2.0.x"

/**
* Verbose version identifier which should contain a reference to the location
Expand Down

0 comments on commit ce6f3a6

Please sign in to comment.