Skip to content

Commit 5660061

Browse files
authored
LCD Digit Renderer (#106)
LCD Digit Renderer
2 parents 6cf4ad0 + 38aaaf2 commit 5660061

File tree

4 files changed

+143
-0
lines changed

4 files changed

+143
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# LCD Digit Renderer
2+
3+
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
4+
5+
6+
![lcd-digitrenderer](./assets/lcd-digitrenderer.gif)
7+
8+
9+
## Authors
10+
11+
Snippet|Author
12+
--------|---------
13+
Steve Bourdin | [GitHub](https://github.com/SteveBourdin) ([LinkedIn](https://www.linkedin.com/in/steve-bourdin-ab998762/) )
14+
15+
## Minimal path to awesome
16+
17+
1. Open your canvas app in **Power Apps**
18+
2. Copy the contents of the **[YAML-file](./source/lcd-digitrenderer.yaml)**
19+
3. Click on the three dots of the screen where you want to add the snippet and select "Paste code"
20+
21+
22+
23+
## Code
24+
**[YAML-file](./source/lcd-digitrendererlcd-digitrenderer.yaml)**
25+
26+
27+
## Disclaimer
28+
29+
**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.**
30+
31+
<img src="https://m365-visitor-stats.azurewebsites.net/powerplatform-snippets/power-apps/lcd-digitrenderer" aria-hidden="true" />
2.77 MB
Loading
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
4+
"name": "pnp-powerplatform-snippets-lcd-digitrenderer",
5+
"version": "1.0.0.0",
6+
"source": "pnp",
7+
"creationDateTime": "2025-04-29T00:00:00.000Z",
8+
"updateDateTime": "2025-04-29T00:00:00.000Z",
9+
"title": "LCD Digit Renderer",
10+
"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",
11+
"longDescription": [
12+
"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"
13+
],
14+
"url": "https://github.com/pnp/powerplatform-snippets/tree/main/power-apps/lcd-digitrenderer/",
15+
"products": [
16+
"Power Platform",
17+
"Power Apps",
18+
"powerplatform-snippets",
19+
"power-apps-snippets"
20+
],
21+
"tags": [
22+
],
23+
"categories": [
24+
],
25+
"metadata": [
26+
{
27+
"key": "Product",
28+
"value": "Power Apps"
29+
},
30+
{
31+
"key": "Type",
32+
"value": "Snippet"
33+
}
34+
],
35+
"thumbnails": [
36+
{
37+
"type": "image",
38+
"order": 100,
39+
"url": "https://github.com/pnp/powerplatform-snippets/blob/d4067bee49ba49b52a39ff0be66efeb5ce886883/power-apps/lcd-digitrenderer/assets/lcd-digitrenderer.gif",
40+
"alt": "Preview PNG"
41+
}
42+
],
43+
"authors": [
44+
{
45+
"gitHubAccount": "SteveBourdin",
46+
"name": "Steve Bourdin",
47+
"pictureUrl": "https://github.com/SteveBourdin.png"
48+
}
49+
]
50+
}
51+
52+
]

0 commit comments

Comments
 (0)