Help for this page

Select Code to Download


  1. or download this
    sub lcd_home {
        shift if @_ == 2;
    ...
        my ($fd, $state) = @_;
        lcdDisplay($fd, $state);
    }