HomeSort by relevance Sort by last modified time
    Searched refs:Lcm1602 (Results 1 - 10 of 10) sorted by null

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
lcm1602-i2c.cxx 25 #include "lcm1602.h"
31 upm::Lcm1602* lcd = new upm::Lcm1602(0, 0x27);
lcm1602-parallel.cxx 26 #include <lcm1602.h>
43 upm::Lcm1602 *lcd = new upm::Lcm1602(8, 13, 2, 3, 4, 5, 20, 2);
  /hardware/bsp/intel/peripheral/libupm/examples/java/
Lcm1602_parallelSample.java 50 upm_i2clcd.Lcm1602 lcd = new upm_i2clcd.Lcm1602(8, 13, 2, 3, 4, 5, 20, 2);
Lcm1602_i2cSample.java 39 upm_i2clcd.Lcm1602 lcd = new upm_i2clcd.Lcm1602(0, 0x27);
  /hardware/bsp/intel/peripheral/libupm/src/lcd/
lcm1602.cxx 39 #include "lcm1602.h"
43 Lcm1602::Lcm1602(int bus_in, int addr_in, bool isExpander,
51 m_name = "Lcm1602 (I2C)";
102 Lcm1602::Lcm1602(uint8_t rs, uint8_t enable, uint8_t d0,
112 m_name = "Lcm1602 (4-bit GPIO)";
166 Lcm1602::~Lcm1602()
191 Lcm1602::write(std::string msg
    [all...]
sainsmartks.h 28 #include "lcm1602.h"
45 * attached LCM1602 LCD controller.
49 class SAINSMARTKS : public Lcm1602
jhd1313m1.h 29 #include "lcm1602.h"
48 * to the upm::Lcm1602 LCD driver, that controls the HD44780-based display, and the
55 class Jhd1313m1 : public Lcm1602
lcm1602.h 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
    [all...]
sainsmartks.cxx 35 : Lcm1602(rs, enable, d0, d1, d2, d3),
jhd1313m1.cxx 38 : m_i2c_lcd_rgb(bus), Lcm1602(bus, lcdAddress, false)

Completed in 326 milliseconds