Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit 64a01af

Browse files
author
Andrew
authored
Merge pull request #6 from anmenaga/SSD1306Display
Module for SSD1306 I2C OLED display
2 parents be2b47d + cbbc16e commit 64a01af

File tree

2 files changed

+608
-0
lines changed

2 files changed

+608
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
@{
2+
GUID="eb74e8da-9ae2-482a-a648-e96550fb8741"
3+
Author="Microsoft Corporation"
4+
CompanyName="Microsoft Corporation"
5+
Copyright="© Microsoft Corporation. All rights reserved."
6+
Description='PowerShell module for working with SSD1306 I2C OLED display.'
7+
ModuleVersion="1.0.0.0"
8+
PowerShellVersion="3.0"
9+
FunctionsToExport = @('New-OledDisplay','Set-OledText')
10+
DotNetFrameworkVersion = 4.5
11+
CmdletsToExport = '*'
12+
AliasesToExport = @()
13+
NestedModules=@('psiot.dll','Microsoft.PowerShell.IoT.SSD1306.psm1')
14+
HelpInfoURI = 'https://go.microsoft.com/fwlink/?LinkId=393254'
15+
}

0 commit comments

Comments
 (0)