upm/src/jhd1313m1/jhd1313m1.json
Abhishek Malik 5bdd7a4c03 JSON: Modifying access permissions
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
2017-08-18 12:02:32 -07:00

38 lines
1.6 KiB
JSON

{
"Library": "jhd1313m1",
"Description": "API for the JHD1313M1 I2C LCD Controller",
"Sensor Class":
{
"jhd1313m1":
{
"Name": "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.",
"Aliases": ["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": []
}
}
}
}