Skip to content

Instantly share code, notes, and snippets.

@xoan
Created June 19, 2013 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xoan/5817904 to your computer and use it in GitHub Desktop.
Save xoan/5817904 to your computer and use it in GitHub Desktop.
Gen7 LCD I2C support on Marlin
#define ULTRA_LCD
#define LCD_I2C_TYPE_PCF8575
#define LCD_I2C_ADDRESS 0x20
#define NEWPANEL
// our RS485 pins
//#define TX_ENABLE_PIN 12
//#define RX_ENABLE_PIN 13
#define SDCARDDETECT -1
// Encoder buttons
#define BTN_EN1 11
#define BTN_EN2 10
#define BTN_ENC 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment