mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 02:10:02 +03:00

Unified all Java examples to *match* <LIBRARY>[_otherstuf]_Example.java. Note, a handful of the examples have a pseudo-random string for the first component (see FlexSensor_Example.java, ideally this would be Flex_Example.java). This commit allows for quick development on a single sensor library since a -DMODULE_LIST=mysensorlib now works with Java examples (previously Java examples would fail generation when using MODULE_LIST). * Renamed examples * Updated class names * Updated library descriptor .json files * Updated sample mapping file TODO: Make this work like the C/C++ examples - grab the target library name from the filename and grab all dependencies from that target library. Fix the handful of example names which don't conform. Signed-off-by: Noel Eck <noel.eck@intel.com>
52 lines
2.1 KiB
JSON
52 lines
2.1 KiB
JSON
{
|
|
"Library": "st7735",
|
|
"Description": "Adafruit ST7735 LCD library",
|
|
"Sensor Class": {
|
|
"ST7735": {
|
|
"Name": "API for the Adafruit ST7735 LCD",
|
|
"Description": "This is the UPM Module for the Adafruit ST7735 LCD. This lovely little display breakout is the best way to add a small, colorful and bright display to any project. Since the display uses 4-wire SPI to communicate and has its own pixel-addressable frame buffer, it can be used with every kind of microcontroller. Even a very small one with low memory and few pins available!",
|
|
"Aliases": ["st7735", "1.8\" Color TFT LCD display with MicroSD Card Breakout - ST7735R"],
|
|
"Categories": ["display"],
|
|
"Connections": ["spi"],
|
|
"Project Type": ["prototyping", "commercial"],
|
|
"Manufacturers": ["Adafruit", "Truly Semiconductors", "Sitronix"],
|
|
"Image": "st7735.jpg",
|
|
"Examples": {
|
|
"Java": ["ST7735_Example.java"],
|
|
"Node.js": ["st7735.js"],
|
|
"C++": ["st7735.cxx"]
|
|
},
|
|
"Specifications": {
|
|
"Vsource": {
|
|
"unit": "V",
|
|
"min": 3.3,
|
|
"max": 5.0
|
|
},
|
|
"Supply Current": {
|
|
"unit": "mA",
|
|
"min": 1.0,
|
|
"max": 50.0
|
|
},
|
|
"Operating Temperature": {
|
|
"unit": "°C",
|
|
"min": -40,
|
|
"max": 85
|
|
},
|
|
"Resolution": {
|
|
"unit": "pixels",
|
|
"height": 128,
|
|
"width" : 160
|
|
},
|
|
"Color Resolution": {
|
|
"unit": "bits",
|
|
"resolution": 18
|
|
}
|
|
},
|
|
"Urls": {
|
|
"Product Pages": ["https://www.adafruit.com/product/358"],
|
|
"Datasheets": ["https://cdn-shop.adafruit.com/datasheets/JD-T1800.pdf", "https://cdn-shop.adafruit.com/datasheets/ST7735R_V0.2.pdf"]
|
|
}
|
|
}
|
|
}
|
|
}
|