mirror of
https://github.com/brendanhaines/kilncontroller.git
synced 2025-04-03 15:24:53 -06:00
changes display to 20x4 lcd
This commit is contained in:
parent
2999af7df3
commit
80028c4eeb
@ -7,7 +7,7 @@ int MISO0 = 12;
|
||||
int CLK0 = 13;
|
||||
int CS0 = 16;
|
||||
|
||||
LiquidCrystal_I2C lcd(0x27, 16, 2);
|
||||
LiquidCrystal_I2C lcd(0x3f, 20, 4);
|
||||
MAX6675 t0(CLK0, CS0, MISO0);
|
||||
Adafruit_MCP23017 mcp;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user