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

  /hardware/bsp/intel/peripheral/libupm/src/lcd/
lcm1602.cxx 79 write4bits(0x03 << 4);
81 write4bits(0x30);
83 write4bits(0x30);
87 write4bits(0x20);
138 write4bits(0x03);
142 write4bits(0x03);
146 write4bits(0x03);
150 write4bits(0x02);
386 ret = write4bits(h | mode);
387 ret = write4bits(l | mode)
405 Lcm1602::write4bits(uint8_t value) function in class:Lcm1602
    [all...]
lcm1602.h 226 mraa::Result write4bits(uint8_t value);

Completed in 43 milliseconds