Interface CharDisplayDriver

All Superinterfaces:
DisplayDriver
All Known Implementing Classes:
CharProxyDisplayDriver, HD44780DisplayDriver

public interface CharDisplayDriver extends DisplayDriver
Interface for Character based devices (e.e. HD44780)
Author:
Rafael Ibasco
  • Method Details

    • home

      void home()
      Resets the cursor to its original position
    • display

      void display(boolean state)
      Turn on/off the LCD display
      Parameters:
      state - true to turn on display
    • blink

      void blink(boolean state)
    • cursor

      void cursor(boolean state)
    • autoscroll

      void autoscroll(boolean state)
    • scrollDisplay

      void scrollDisplay(ScrollDirection scrollDirection)
    • textDirection

      void textDirection(TextDirection textDirection)
    • createChar

      void createChar(int num, byte[] charData)
    • getId

      default long getId()
      Not applicable for this driver type
      Specified by:
      getId in interface DisplayDriver