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

  /hardware/bsp/intel/peripheral/libupm/src/lcd/
lcd.cxx 28 #include "lcd.h"
32 LCD::LCD()
34 m_name = "LCD";
37 LCD::~LCD()
42 LCD::write(int row, int column, std::string msg)
49 LCD::name()
lcd.h 33 * @brief I2C LCD Display library
37 class LCD
40 LCD();
41 virtual ~LCD();
ssd1308.h 29 #include "lcd.h"
56 class SSD1308 : public LCD
63 * @param address Slave address the LCD is registered on
80 * Writes a string to the LCD
ssd1327.h 29 #include "lcd.h"
56 class SSD1327 : public LCD
63 * @param address Slave address the LCD is registered on
80 * Sets the gray level for the LCD panel
87 * Writes a string to the LCD
lcm1602.h 41 #include "lcd.h"
65 * @snippet lcm1602-lcd.cxx Interesting
67 class Lcm1602 : public LCD
74 * @param address Slave address the LCD is registered on
102 * Writes a string to the LCD
ssd1306.h 33 #include "lcd.h"
108 class SSD1306 : public LCD
115 * @param address Slave address the LCD is registered on
132 * Writes a string to the LCD
eboled.h 37 #include "lcd.h"
80 class EBOLED : public LCD
120 * @param address the slave address the lcd is registered on
141 * Write a string to LCD
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
oled_ssd1308.js 29 var LCD = require('jsupm_i2clcd');
31 var myLcd = new LCD.SSD1308 (0, 0x3C);
89 var intelLogo = new LCD.uint8Array(logoArr.length);
98 LCD.cleanUp();
99 LCD = null;
rgb-lcd.js 28 // Load lcd module on I2C
29 var LCD = require('jsupm_i2clcd');
32 var myLcd = new LCD.Jhd1313m1 (0, 0x3E, 0x62);
micsv89.js 1 // Drive the Grive RGB LCD (a JHD1313m1)
3 // The way to drive the LCD directly from
7 // in Javascript for some of the common LCD functions
oled_ssd1327.js 29 var LCD = require('jsupm_i2clcd');
31 var myLcd = new LCD.SSD1327 (0, 0x3C);
178 var SeeedLogo = new LCD.uint8Array(logoArr.length);
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 1396 milliseconds