Home
last modified time | relevance | path

Searched refs:Jhd1313m1 (Results 1 – 8 of 8) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/lcd/
Djhd1313m1.cxx37 Jhd1313m1::Jhd1313m1(int bus, int lcdAddress, int rgbAddress) in Jhd1313m1() function in Jhd1313m1
85 Jhd1313m1::~Jhd1313m1() in ~Jhd1313m1()
92 Jhd1313m1::setColor(uint8_t r, uint8_t g, uint8_t b) in setColor()
114 Jhd1313m1::scroll(bool direction) in scroll()
123 mraa::Result Jhd1313m1::command(uint8_t cmd) in command()
128 mraa::Result Jhd1313m1::data(uint8_t cmd) in data()
Djhd1313m1.h55 class Jhd1313m1 : public Lcm1602
65 Jhd1313m1(int bus, int lcdAddress = 0x3E, int rgbAddress = 0x62);
69 ~Jhd1313m1();
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Djhd1313m1-lcd.cxx32 upm::Jhd1313m1 *lcd = new upm::Jhd1313m1(0, 0x3E, 0x62); in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DJhd1313m1Sample.java38 upm_i2clcd.Jhd1313m1 lcd = new upm_i2clcd.Jhd1313m1(0); in main()
DJhd1313m1_lcdSample.java38 upm_i2clcd.Jhd1313m1 lcd = new upm_i2clcd.Jhd1313m1(1, 0x3E, 0x62); in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Drgb-lcd.py27 myLcd = lcd.Jhd1313m1(0, 0x3E, 0x62)
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Drgb-lcd.js32 var myLcd = new LCD.Jhd1313m1 (0, 0x3E, 0x62);
/hardware/bsp/intel/peripheral/displays/Grove_LCD_RGB/
DgroveLCD.cpp116 upm::Jhd1313m1 display(mraa_get_default_i2c_bus(MRAA_MAIN_PLATFORM_OFFSET)); in main()