Skip to content

LCD Digit Renderer #106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions power-apps/lcd-digitrenderer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# LCD Digit Renderer

A reusable PowerApps component that mimics a 16-segment LCD display. It dynamically lights up segments to render digits, letters with a classic digital look. Perfect for dashboards, retro UIs, or industrial-style apps


![lcd-digitrenderer](./assets/lcd-digitrenderer.gif)


## Authors

Snippet|Author
--------|---------
Steve Bourdin | [GitHub](https://github.com/SteveBourdin) ([LinkedIn](https://www.linkedin.com/in/steve-bourdin-ab998762/) )

## Minimal path to awesome

1. Open your canvas app in **Power Apps**
2. Copy the contents of the **[YAML-file](./source/lcd-digitrenderer.yaml)**
3. Click on the three dots of the screen where you want to add the snippet and select "Paste code"



## Code
**[YAML-file](./source/lcd-digitrendererlcd-digitrenderer.yaml)**


## Disclaimer

**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**

<img src="https://m365-visitor-stats.azurewebsites.net/powerplatform-snippets/power-apps/lcd-digitrenderer" aria-hidden="true" />
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions power-apps/lcd-digitrenderer/assets/sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
"name": "pnp-powerplatform-snippets-lcd-digitrenderer",
"version": "1.0.0.0",
"source": "pnp",
"creationDateTime": "2025-04-29T00:00:00.000Z",
"updateDateTime": "2025-04-29T00:00:00.000Z",
"title": "LCD Digit Renderer",
"shortDescription": "A reusable PowerApps component that mimics a 16-segment LCD display. It dynamically lights up segments to render digits, letters with a classic digital look. Perfect for dashboards, retro UIs, or industrial-style apps",
"longDescription": [
"A reusable PowerApps component that mimics a 16-segment LCD display. It dynamically lights up segments to render digits, letters with a classic digital look. Perfect for dashboards, retro UIs, or industrial-style apps"
],
"url": "https://github.com/pnp/powerplatform-snippets/tree/main/power-apps/lcd-digitrenderer/",
"products": [
"Power Platform",
"Power Apps",
"powerplatform-snippets",
"power-apps-snippets"
],
"tags": [
],
"categories": [
],
"metadata": [
{
"key": "Product",
"value": "Power Apps"
},
{
"key": "Type",
"value": "Snippet"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/powerplatform-snippets/blob/d4067bee49ba49b52a39ff0be66efeb5ce886883/power-apps/lcd-digitrenderer/assets/lcd-digitrenderer.gif",
"alt": "Preview PNG"
}
],
"authors": [
{
"gitHubAccount": "SteveBourdin",
"name": "Steve Bourdin",
"pictureUrl": "https://github.com/SteveBourdin.png"
}
]
}

]
Loading