123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "chipsets": {
- "RK3288": {
- "microcode": "N/A",
- "video": "w blob",
- "3d": "w blob",
- "display": true,
- "usb": true
- },
- "GM45": {
- "microcode": "s blob",
- "3d": true,
- "video": true,
- "display":true,
- "usb": true
- }
- },
- "systems": {
- "C201": {
- "chipset": "RK3288",
- "price": 179,
- "wifi": "w blob",
- "ec": true,
- "diagonal": 29.464,
- "weight": 0.90718474,
- "year": 2013
- },
- "X200": {
- "chipset": "GM45",
- "price": 289,
- "wifi": "removable",
- "ec": "blob",
- "diagonal": 30.734,
- "weight": 1.34,
- "year": 2008
- }
- }
- }
|