module PaPiRus
The PaPiRus::Display
can be use to send image data to the epd fuse driver
Example usage
require 'papirus' require 'papirus/rmagick' display = PaPiRus::Display.new() image = Magick::Image::read('/path/to/img/file.[png|jpg|etc]').first display.show(image.to_bit_stream(display.width, display.height))
Constants
- EPDPATH
Default epd driver path