Skip to content

Commit

Permalink
Blinkit v2.7 - User experience improvements: Size reduction, USB devi…
Browse files Browse the repository at this point in the history
…ce blink method reworked, interface tweaks

User experience improvements:

- Size reduction made possible by reworking how the USB device led is blinked (instead of copy the specific sized file, it now copies only one file for X number of times. to create the Led blink action.

- removed the old files related to the v1 integration for USB sticks

- Migrating the USB device related Batch scripts to root

- Disabled maximize button for all windows

- Enabled, load all forms in the center position of the users screen

- Auto refresh the available (usb) drives list every second. (and removed the refresh button)

Blinkit program size is now 25MB instead of 344MB
  • Loading branch information
techtek committed Jun 23, 2018
1 parent a1b7bd1 commit 880bea5
Show file tree
Hide file tree
Showing 63 changed files with 172 additions and 1,931 deletions.
2 changes: 2 additions & 0 deletions ArduinoConsoleForm.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions ArduinoForm.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions LogitechForm.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions MainForm.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions PhilipshueForm.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions SonoffForm.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions SteemmakersForm1.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions SteempricevisualizerForm1.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SteempricevisualizerForm1.vb
Expand Up @@ -59,7 +59,7 @@ Public Class SteempricevisualizerForm1

' USB
If ComboBox6.Text = "USB Flash Drive" Then
Shell("bat\blink.bat", AppWinStyle.Hide)
Shell("blink.bat", AppWinStyle.Hide)
End If

' Logitech
Expand Down
49 changes: 22 additions & 27 deletions UsbForm.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions UsbForm.resx
Expand Up @@ -117,6 +117,9 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="ListView1.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="Button32.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
Expand Down Expand Up @@ -158,6 +161,9 @@
UUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAH//2Q==
</value>
</data>
<metadata name="Timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAABAAYAAAAAAAEAIADLRgAAZgAAAICAAAABACAAKAgBADFHAABAQAAAAQAgAChCAABZTwEAMDAAAAEA
Expand Down

0 comments on commit 880bea5

Please sign in to comment.