| Posted: 04:55pm 28 Apr 2018 |
Copy link to clipboard |
 Print this post |
|
Here are the changes to add support for the SC Micromite Plus Backpack LCD Pins
'Insert after DIM PACK%(8)=... DIM PACKP%(8)=(00,03,47,05,01,04,02,23,29) 'Micromite Plus Backpack pins
' Insert after Print "[4> ... Print "[5> - Test Micromite Plus BACKPACK connections"
'Insert after Case "4" Case "5" For X=1 to 8 Setpin(PACKP%(X)),dout 'Set the Backpack Plus LCD pins as outputs Next Do For X=1 to 8 'Step through each pin, lighting an LED as we go Pin(PACKP%(X))=1 Pause D Pin(PACKP%(X))=0 Pause D Next Loop until Inkey$<>"" Goto BEGIN
Hope that helps. |