Is the Arduino MEGA2560 R3 the smallest Arduino to drive a 5" Display?
hello,
for projekt need display simple symbols on 5" tft display without touch erm240128-2 240 x 128 dots . input comes push-button , rotary selector switch.
have use mega2560 or can take smaller one?
thank helpfully suggestions, give me direction search.
any appreciated. thanks.
for projekt need display simple symbols on 5" tft display without touch erm240128-2 240 x 128 dots . input comes push-button , rotary selector switch.
have use mega2560 or can take smaller one?
thank helpfully suggestions, give me direction search.
any appreciated. thanks.
240 x 128 = 30720 dots.
240/8 = 30 bytes wide
128/8 = 16 bytes high
16 x 30 bytes = 480 bytes of sram hold contents want display.
i'd '328p, 1284, 2560 based board handle that.
how other software need?
http://www.displayfuture.com/display/datasheet/monographic/erm240128-2.pdf
looks 16 io pins, use shift register 8 data pins, of control signals, chip select really.
240/8 = 30 bytes wide
128/8 = 16 bytes high
16 x 30 bytes = 480 bytes of sram hold contents want display.
i'd '328p, 1284, 2560 based board handle that.
how other software need?
http://www.displayfuture.com/display/datasheet/monographic/erm240128-2.pdf
looks 16 io pins, use shift register 8 data pins, of control signals, chip select really.
Arduino Forum > Using Arduino > Displays > Is the Arduino MEGA2560 R3 the smallest Arduino to drive a 5" Display?
arduino
Comments
Post a Comment