What are the correct setting for the Viki 2 LCD and the Azteeg X5 GT? Is what I have correct?
Also, How do I get the front button on panel work as a rest button? is what I have correct? I commented them out for now....
And can someone tell me if Panucatt is still servicing/supporting/developing these boards??
Thanks and take care.
# Panel See
http://smoothieware.org/panelpanel.enable true # set to true to enable the panel code WAS FALSE
# Example viki2 config for an azteeg miniV2 with IDC cable
panel.lcd 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 PED I reversed this
panel.encoder_b_pin 3.26^ # encoder pin PED I reversed this
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 9)
panel.encoder_resolution 2 # override number of clicks to move 1 item (default is 4)
#panel.button_pause_pin 1.30^ # kill/pause set one of these for the auxilliary button on viki2
#panel.back_button_pin 1.22!^ # back button recommended to use this on EXP1
#switch.reset.enable true # Enable this module
#switch.reset.input_pin 1.30^ # Pin where reset button is connected
#switch.reset.output_on_command reset # Command to reset the board
panel.buzz_pin .25 # pin for buzzer on EXP2 changed from 1.31
panel.red_led_pin 2.8 # pin for red led on viki2 on EXP1 changed from ?
panel.blue_led_pin 4.29 # pin for blue led on viki2 on EXP1 changed from 1.20
panel.external_sd true # set to true if there is an extrernal sdcard on the panel
panel.external_sd.spi_channel 0 # set spi channel the sdcard is on
panel.external_sd.spi_cs_pin 1.23 # set spi chip select for the sdcard changed from 1.21
panel.external_sd.sdcd_pin 1.31!^ # sd detect signal (set to nc if no sdcard detect) 1.18!^
panel.menu_offset 1 # some panels will need 1 here