Home | History | Annotate | Download | only in lcd

Lines Matching refs:Lcm1602

47  * @sensor lcm1602
48 * @comname LCM1602 Display
54 * @brief API for the LCM1602 I2C controller for HD44780-based displays
64 * @image html lcm1602.jpeg
65 * @snippet lcm1602-lcd.cxx Interesting
67 class Lcm1602 : public LCD
71 * Lcm1602 constructor; calls libmraa initialisation functions
78 Lcm1602(int bus, int address, bool isExpander=true,
82 * Lcm1602 alternate constructor, used for GPIO based HD44780
93 Lcm1602(uint8_t rs, uint8_t enable,
98 * Lcm1602 destructor
100 ~Lcm1602();
238 // default implementation in lcm1602. This is expected to be