Device::Serdisp

Device::Serdisp is a Perl extension for talking to the serdisplib.
Download

Device::Serdisp Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Erik Wasser
  • Publisher web site:
  • http://search.cpan.org/~fuzz/Device-Serdisp-0.06/lib/Device/Serdisp.pm

Device::Serdisp Tags


Device::Serdisp Description

Device::Serdisp is a Perl extension for talking to the serdisplib. Device::Serdisp is a Perl extension for talking to the serdisplib.SYNOPSIS use Device::Serdisp; my $d = Device::Serdisp->new('USB:7c0/1501', 'ctinclud'); $d->init(); $d->clear(); # reserves a color-indexed picture my $image = GD::Image->new(128,64); my $black = $image->colorAllocate(0,0,0); my $white = $image->colorAllocate(255,255,255); $image->transparent($black); $image->arc(10,10,10,10,0,270, $white); $d->copyGD($image); Requirements: · Perl


Device::Serdisp Related Software