added JSONs form Blain

Signed-off-by: Wai Lun Poon <wai.lun.poon@intel.com>
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Wai Lun
2017-08-17 14:56:14 -04:00
committed by Abhishek Malik
parent a99e32fc13
commit c5cdfc702c
103 changed files with 4585 additions and 0 deletions

38
src/jhd1313m1/jhd1313m1.json Executable file
View File

@ -0,0 +1,38 @@
{
"Library": "jhd1313m1",
"Description": "API for the JHD1313M1 I2C LCD Controller",
"Sensor Class":
{
"jhd1313m1":
{
"Brief": "LCD Display Driver for the JHD1313M1 Controller for HD44780-based Displays",
"Description": "JHD1313M1 has two I2C addreses: one belongs to a controller, very similar to the upm::Lcm1602 LCD driver, that controls the HD44780-based display, and the other controls only the backlight. This module was tested with the Seeed Grove LCD RGB Backlight v2.0 display that requires 5V to operate.",
"Part Numbers": ["jhd1313m1"],
"Categories": ["display"],
"Connections": ["i2c"],
"Project Type": ["display", "prototyping"],
"Manufacturers": ["seeed"],
"Kits": ["gsk"],
"Image": "jhd1313m1.jpg",
"Examples":
{
"Java": ["Jhd1313m1Sample.java", "Jhd1313m1_lcdSample.java"],
"Python": ["jhd1313m1-lcd.py"],
"Node.js": ["jhd1313m1-lcd.js"],
"C++": ["jhd1313m1-lcd.cxx"],
"C": ["jhd1313m1.c"]
},
"Specifications":
{
"Operating Voltage": {"unit": "V", "typ": 5},
"Operating Current": {"unit": "mA", "max": 60}
},
"Urls" :
{
"Product Pages": ["https://www.seeedstudio.com/Grove-LCD-RGB-Backlight-p-1643.html?cPath=34_36"],
"Datasheets": ["http://wiki.seeed.cc/Grove-LCD_RGB_Backlight/"],
"Schematics": []
}
}
}
}