megatronics v2.0 with lcd and keypad from reprapworld June 18, 2013 07:45AM |
Registered: 11 years ago Posts: 18 |
Re: megatronics v2.0 with lcd and keypad from reprapworld June 18, 2013 12:23PM |
Registered: 13 years ago Posts: 2,705 |
Re: megatronics v2.0 with lcd and keypad from reprapworld June 19, 2013 09:03AM |
Registered: 11 years ago Posts: 514 |
Re: megatronics v2.0 with lcd and keypad from reprapworld June 20, 2013 05:16AM |
Registered: 11 years ago Posts: 18 |
Re: megatronics v2.0 with lcd and keypad from reprapworld June 20, 2013 05:25AM |
Registered: 13 years ago Posts: 2,705 |
Re: megatronics v2.0 with lcd and keypad from reprapworld June 20, 2013 05:33AM |
Registered: 11 years ago Posts: 514 |
Re: megatronics v2.0 with lcd and keypad from reprapworld June 25, 2013 02:44PM |
Registered: 14 years ago Posts: 384 |
Re: megatronics v2.0 with lcd and keypad from reprapworld June 26, 2013 03:17PM |
Registered: 11 years ago Posts: 18 |
Re: megatronics v2.0 with lcd and keypad from reprapworld June 26, 2013 04:20PM |
Registered: 13 years ago Posts: 2,705 |
Re: megatronics v2.0 with lcd and keypad from reprapworld July 04, 2013 10:30AM |
Registered: 12 years ago Posts: 129 |
Re: megatronics v2.0 with lcd and keypad from reprapworld July 04, 2013 10:39AM |
Registered: 13 years ago Posts: 2,705 |
Re: megatronics v2.0 with lcd and keypad from reprapworld July 05, 2013 05:10AM |
Registered: 12 years ago Posts: 129 |
#define FEATURE_CONTROLLER 1
#define UI_DISPLAY_CHARSET 0
...
#define UI_DISPLAY_TYPE 1
...
#define UI_COLS 20
...
#define UI_ROWS 2 // or 4
...
#else // Direct display connections
#define UI_DISPLAY_RS_PIN 16 // PINK.1, 88, D_RS
#define UI_DISPLAY_RW_PIN -1
#define UI_DISPLAY_ENABLE_PIN 17 // PINK.3, 86, D_E
// not used #define UI_DISPLAY_D0_PIN 59 // PINF.5, 92, D_D4
// not used #define UI_DISPLAY_D1_PIN 64 // PINK.2, 87, D_D5
// not used #define UI_DISPLAY_D2_PIN 44 // PINL.5, 40, D_D6
// not used #define UI_DISPLAY_D3_PIN 66 // PINK.4, 85, D_D7
#define UI_DISPLAY_D4_PIN 23 // PINF.5, 92, D_D4
#define UI_DISPLAY_D5_PIN 25 // PINK.2, 87, D_D5
#define UI_DISPLAY_D6_PIN 27 // PINL.5, 40, D_D6
#define UI_DISPLAY_D7_PIN 29 // PINK.4, 85, D_D7
Re: megatronics v2.0 with lcd and keypad from reprapworld July 05, 2013 11:42AM |
Registered: 12 years ago Posts: 129 |
Re: megatronics v2.0 with lcd and keypad from reprapworld July 05, 2013 12:02PM |
Registered: 13 years ago Posts: 2,705 |
Re: megatronics v2.0 with lcd and keypad from reprapworld July 05, 2013 05:22PM |
Registered: 12 years ago Posts: 129 |
Re: megatronics v2.0 with lcd and keypad from reprapworld July 11, 2013 06:00PM |
Registered: 11 years ago Posts: 18 |
Re: megatronics v2.0 with lcd and keypad from reprapworld July 12, 2013 01:17AM |
Registered: 12 years ago Posts: 129 |
6 = ReprapWorld Keypad / LCD */ #define FEATURE_CONTROLLER 6
#define UI_ROWS 4
Re: megatronics v2.0 with lcd and keypad from reprapworld July 21, 2013 06:56AM |
Registered: 12 years ago Posts: 129 |
Re: megatronics v2.0 with lcd and keypad from reprapworld July 29, 2013 11:28AM |
Registered: 12 years ago Posts: 129 |
Re: megatronics v2.0 with lcd and keypad from reprapworld November 22, 2013 01:40AM |
Registered: 11 years ago Posts: 8 |
Re: megatronics v2.0 with lcd and keypad from reprapworld November 22, 2013 03:55AM |
Registered: 12 years ago Posts: 129 |
Re: megatronics v2.0 with lcd and keypad from reprapworld November 22, 2013 09:29AM |
Registered: 11 years ago Posts: 8 |
Re: megatronics v2.0 with lcd and keypad from reprapworld November 22, 2013 10:08AM |
Registered: 11 years ago Posts: 8 |