Skip to content

Commit

Permalink
Merge pull request MarlinFirmware#8192 from thinkyhead/bf2_silver_gate
Browse files Browse the repository at this point in the history
[2.0.x] Support for SilverGate Board
  • Loading branch information
thinkyhead authored Oct 31, 2017
2 parents f1edf83 + 34745b2 commit 3a81646
Show file tree
Hide file tree
Showing 48 changed files with 467 additions and 120 deletions.
5 changes: 5 additions & 0 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1555,6 +1555,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
10 changes: 5 additions & 5 deletions Marlin/src/HAL/HAL_AVR/pinsDebug_plus_70.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
*/

/**
* structurs for 2560 family boards that use morre than 70 pins
* Structures for 2560 family boards that use more than 70 pins
*/

#ifndef _PINSDEBUG_PLUS_70_H_
#define _PINSDEBUG_PLUS_70_H_

#undef NUM_DIGITAL_PINS
#if MOTHERBOARD == BOARD_BQ_ZUM_MEGA_3D
#if MB(BQ_ZUM_MEGA_3D)
#define NUM_DIGITAL_PINS 85
#elif MOTHERBOARD == BOARD_MIGHTYBOARD_REVE
#elif MB(MIGHTYBOARD_REVE)
#define NUM_DIGITAL_PINS 80
#elif MOTHERBOARD == BOARD_MINIRAMBO
#elif MB(MINIRAMBO)
#define NUM_DIGITAL_PINS 85
#elif MOTHERBOARD == BOARD_SCOOVO_X9H
#elif MB(SCOOVO_X9H)
#define NUM_DIGITAL_PINS 85
#endif

Expand Down
5 changes: 5 additions & 0 deletions Marlin/src/config/default/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1555,6 +1555,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
5 changes: 5 additions & 0 deletions Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1575,6 +1575,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
5 changes: 5 additions & 0 deletions Marlin/src/config/examples/AliExpress/CL-260/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1555,6 +1555,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
5 changes: 5 additions & 0 deletions Marlin/src/config/examples/Anet/A6/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1714,6 +1714,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
5 changes: 5 additions & 0 deletions Marlin/src/config/examples/Anet/A8/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1563,6 +1563,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
5 changes: 5 additions & 0 deletions Marlin/src/config/examples/BQ/Hephestos/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1546,6 +1546,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
5 changes: 5 additions & 0 deletions Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1556,6 +1556,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
5 changes: 5 additions & 0 deletions Marlin/src/config/examples/BQ/WITBOX/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1546,6 +1546,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
5 changes: 5 additions & 0 deletions Marlin/src/config/examples/Cartesio/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1554,6 +1554,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
5 changes: 5 additions & 0 deletions Marlin/src/config/examples/Creality/CR-10/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1565,6 +1565,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
5 changes: 5 additions & 0 deletions Marlin/src/config/examples/Felix/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1537,6 +1537,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
5 changes: 5 additions & 0 deletions Marlin/src/config/examples/Felix/DUAL/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1537,6 +1537,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
5 changes: 5 additions & 0 deletions Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1552,6 +1552,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
5 changes: 5 additions & 0 deletions Marlin/src/config/examples/Geeetech/GT2560/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1570,6 +1570,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1555,6 +1555,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
5 changes: 5 additions & 0 deletions Marlin/src/config/examples/Infitary/i3-M508/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1559,6 +1559,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
5 changes: 5 additions & 0 deletions Marlin/src/config/examples/Malyan/M150/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1583,6 +1583,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
5 changes: 5 additions & 0 deletions Marlin/src/config/examples/Micromake/C1/basic/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1559,6 +1559,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1559,6 +1559,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
5 changes: 5 additions & 0 deletions Marlin/src/config/examples/Mks/Sbase/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1531,6 +1531,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1555,6 +1555,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
5 changes: 5 additions & 0 deletions Marlin/src/config/examples/RigidBot/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1555,6 +1555,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
5 changes: 5 additions & 0 deletions Marlin/src/config/examples/SCARA/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1567,6 +1567,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
5 changes: 5 additions & 0 deletions Marlin/src/config/examples/Sanguinololu/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1586,6 +1586,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
5 changes: 5 additions & 0 deletions Marlin/src/config/examples/TinyBoy2/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1611,6 +1611,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
5 changes: 5 additions & 0 deletions Marlin/src/config/examples/Velleman/K8200/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1590,6 +1590,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
5 changes: 5 additions & 0 deletions Marlin/src/config/examples/Velleman/K8400/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1555,6 +1555,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1555,6 +1555,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
5 changes: 5 additions & 0 deletions Marlin/src/config/examples/adafruit/ST7565/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1555,6 +1555,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1689,6 +1689,11 @@
//
//#define AZSMZ_12864

// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//
//#define SILVER_GATE_GLCD_CONTROLLER

//=============================================================================
//=============================== Extra Features ==============================
//=============================================================================
Expand Down
Loading

0 comments on commit 3a81646

Please sign in to comment.