OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Jhd1313m1
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/lcd/
jhd1313m1.h
35
* @sensor
jhd1313m1
36
* @comname
JHD1313M1
Display
44
* @brief API for the
JHD1313M1
I2C controller for HD44780-based displays with
47
*
JHD1313M1
has two I2C addreses: one belongs to a controller, very similar
53
* @snippet
jhd1313m1
-lcd.cxx Interesting
55
class
Jhd1313m1
: public Lcm1602
59
*
Jhd1313m1
constructor
65
Jhd1313m1
(int bus, int lcdAddress = 0x3E, int rgbAddress = 0x62);
67
*
Jhd1313m1
destructor
69
~
Jhd1313m1
();
[
all
...]
jhd1313m1.cxx
33
#include "
jhd1313m1
.h"
37
Jhd1313m1
::
Jhd1313m1
(int bus, int lcdAddress, int rgbAddress)
41
m_name = "
Jhd1313m1
";
85
Jhd1313m1
::~
Jhd1313m1
()
92
Jhd1313m1
::setColor(uint8_t r, uint8_t g, uint8_t b)
114
Jhd1313m1
::scroll(bool direction)
123
mraa::Result
Jhd1313m1
::command(uint8_t cmd)
128
mraa::Result
Jhd1313m1
::data(uint8_t cmd
[
all
...]
Completed in 301 milliseconds