Introduction #
The Mini LCD is supported by Smoothieware and Marlin firmware. (Marlin config coming soon) See smoothieware config and connection pinout below.
Features:
- 2.4″ LCD
- MicroSD Card (print un-tethered to your computer)
- Rotary encoder for menu selection
- Reset button
- SPI communication
- Buzzer
- Configurable contrast settings in software
- Measures 105 x 45mm and mounts using M3 screws
Smoothieware Config #
# LCD PANEL
# See http://smoothieware.org/panel
# Please find your panel on the wiki and copy/paste the right configuration here
panel.enable false # Set to true to enable the panel code
panel.lcd mini_viki2 # set type of panel
panel.spi_channel 0 # set spi channel to use P0_18,P0_15 MOSI,SCLK
panel.spi_cs_pin 0.16 # set spi chip select
panel.encoder_a_pin 3.25!^ # encoder pin
panel.encoder_b_pin 3.26!^ # encoder pin
panel.click_button_pin 2.11!^ # click button
panel.a0_pin 2.6 # st7565 needs an a0
panel.contrast 5 # override contrast setting (default is 18)
#panel.encoder_resolution 2 # override number of clicks to move 1 item (default is 2)
panel.menu_offset 1 # here controls how sensitive the menu is. some panels will need 1