Enum LcdInstruction

java.lang.Object
java.lang.Enum<LcdInstruction>
com.ibasco.ucgdisplay.drivers.clcd.enums.LcdInstruction
All Implemented Interfaces:
Serializable, Comparable<LcdInstruction>, java.lang.constant.Constable

public enum LcdInstruction extends Enum<LcdInstruction>
  • Enum Constant Details

    • DISPLAY_FUNCTION

      public static final LcdInstruction DISPLAY_FUNCTION
      Sets the core functions of the LCD Display (e.g. Setting to 4/8 bit mode etc)
    • DISPLAY_MODE

      public static final LcdInstruction DISPLAY_MODE
      Sets the mode of display on the LCD (e.g. Setting autoscroll, Text flow direction etc)
    • DISPLAY_CONTROL

      public static final LcdInstruction DISPLAY_CONTROL
      Set Control functions such as (Setting Cursor On/Off etc)
  • Method Details

    • values

      public static LcdInstruction[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static LcdInstruction valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null