Device-PCD8544
view release on metacpan or search on metacpan
lib/Device/PCD8544.pm view on Meta::CPAN
return 1;
}
sub set_image
{
my ($self, $img) = @_;
$self->_buffer( $img );
return 1;
}
sub update
{
my ($self) = @_;
$self->_send_buffer;
return 1;
}
sub display_blank
{
my ($self) = @_;
$self->_send_command( DISPLAY_CONTROL | DISPLAY_BLANK );
( run in 0.273 second using v1.01-cache-2.11-cpan-4d4bc49f3ae )