Skip to content

Commit

Permalink
Add test app for color kit grande
Browse files Browse the repository at this point in the history
  • Loading branch information
squix78 committed Dec 20, 2024
1 parent 07fbb3d commit a16c3a9
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 2 deletions.
40 changes: 40 additions & 0 deletions src/assets/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,46 @@
}],
"tags": ["network", "wifi", "wifi-dongle"]
},
{
"id": "tp-color-kit-grande-screen-test",
"name": "Color Kit Grande TestBed",
"description": "Shows 4 colorful dots on the screen and allows you to draw with your finger. ",
"instructions": "",
"version": "1.0.0",
"repository": "https://github.com/thingpulse/color-kit-grande-testbed",
"appIcon": "/assets/apps/ckg-testbed/testbed.jpg",
"supportedDevices": [
"tp-color-kit-grande"
],
"versions": [{
"name": "1.0.0",
"partitions": [{
"name": "Bootloader",
"data": [],
"offset": "0x1000",
"url": "./assets/apps/ckg-testbed/bootloader.bin"
},
{
"name": "Partition Table",
"data": [],
"offset": "0x8000",
"url": "./assets/apps/ckg-testbed/partitions.bin"
},
{
"name": "Boot App",
"data": [],
"offset": "0xe000",
"url": "./assets/apps/ckg-testbed/boot_app0.bin"
},
{
"name": "Firmware",
"data": [],
"offset": "0x10000",
"url": "./assets/apps/ckg-testbed/firmware.bin"
}]
}],
"tags": ["touch-screen", "esp32"]
},
{
"id": "other-device",
"name": "Weird Firmware",
Expand Down
Binary file added src/assets/apps/ckg-testbed/boot_app0.bin
Binary file not shown.
Binary file added src/assets/apps/ckg-testbed/bootloader.bin
Binary file not shown.
Binary file added src/assets/apps/ckg-testbed/firmware.bin
Binary file not shown.
Binary file added src/assets/apps/ckg-testbed/partitions.bin
Binary file not shown.
Binary file added src/assets/apps/ckg-testbed/testbed.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/assets/devices.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,17 @@
"image": "assets/devices/pendrive-s3/pendrive-s3.jpg",
"productLink": "https://thingpulse.com/product/esp32-s3-pendrive-s3-128mb/",
"description": "The ThingPulse Pendrive S3 is an ESP32-S3 device with USB-C plug, WS2812B RGB LED and 128MB of flash. With the help of TinyUSB the ESP32-S3 can pretend to be many USB devices, such as keyboard, mouse, memory stick etc."
},
{
"id": "tp-color-kit-grande",
"name": "Color Kit Grande",
"mcuFamily": "esp32",
"manufacturer": "ThingPulse",
"tags": ["esp32", "UBC-C", "ThingPulse"],
"imageThumbnail": "assets/devices/color-kit-grande/color-kit-grande-thumb.jpg",
"image": "assets/devices/color-kit-grande/color-kit-grande.jpg",
"productLink": "https://thingpulse.com/products/color-kit-grande/index.html",
"description": "The ThingPulse Color Kit Grande is an ESP32 device with USB-C plug."
}

]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions src/styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }

0 comments on commit a16c3a9

Please sign in to comment.