diff --git a/.gitignore b/.gitignore index 021d411..6a87bd8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /resources -/public \ No newline at end of file +/public +.hugo_build.lock \ No newline at end of file diff --git a/content/apps/ledDisplayController.md b/content/apps/ledDisplayController.md new file mode 100644 index 0000000..22860f6 --- /dev/null +++ b/content/apps/ledDisplayController.md @@ -0,0 +1,21 @@ +--- +title: 'Led Display Controller' +layout: appitem +heroClasses: 'overlay-dark text-light hero-tiny' +image: images/apps/ledDisplayController.png +links: + googleplay: 'https://play.google.com/store/apps/details?id=de.itsblue.LedDisplayController' + opensource: 'https://itsblue.dev/itsblue-development/LedDisplay' +privacyPolicy: 'While you are using the Led Display Controller app, Itsblue Development does not collect any of your personal data.' + +menu: + main: + title: Led Display Controller + name: Led Display Controller + weight: 3 + parent: Apps +--- + +The Led Display Controller is an app to control a LED-Display powered by an ESP32 over Bluetooth. + + diff --git a/static/images/apps/ledDisplayController.png b/static/images/apps/ledDisplayController.png new file mode 100644 index 0000000..8d58e6f Binary files /dev/null and b/static/images/apps/ledDisplayController.png differ