Help for this page

Select Code to Download


  1. or download this
    sub lcd_char_def {
        shift if @_ == 4;
    ...
        my $unsigned_char = pack "C[8]", @$data;
        lcdCharDef($fd, $index, $unsigned_char);
    }