Class GrayOled

  • All Implemented Interfaces:
    com.diozero.api.DeviceInterface , java.lang.AutoCloseable

    
    public abstract class GrayOled
     implements DeviceInterface
                        

    Abstract B/W display.

    TODO Both C++ and Python use an in-memory buffer and only write to the display when that "region" is dirty TODO Because Java has a separate image construct, is this necessary?