New feature for Blinkit is prepared, Logitech LCD screens can soon be used with Blinkit | backend development

in #utopian-io6 years ago

After doing the first integration of the Logitech RGB/Monochrome keyboards @techtek and I had the idea to use the build in LCD screens of some of these keyboards to show notifications too.

The developed Logitech LCD program can be used stand alone, or be integrated in other applications and is added to my repository, the program is optimized to work with Blinkit, and will be further integrated inside Blinkit soon.

 

Repository: LogitechLCDanimation

 

What is Blinkit?

Blinkit is a notification software that can be used to give to regular and widely available devices a Steem purpose.

 

Supported devices/features:

  • USB Sticks (status light)
  • Philips HUE lamps
  • Sonoff devices
  • Arduino boards (LED's and RGB LED's)
  • Camera status LED blink
  • Take photos on upvote/post/follow
  • Logitech RGB/Backlight Keyboards (done by me)
  • Steem Price Visualizer
  • Steemmakers/Utopian.io Upvote Bot Visualizer
  • Logitech LCD notifications (new)

Blinkit is a free and open source project created by @techtek
and can be downloaded from his Github page:
https://github.com/techtek/Blinkit

 

Newly prepared feature:

  • Show a specific animation on the LCD screen, based on the newly detected (Steem) action.

 

Requirements

To be able to use this new feature it is necessary to have a Logitech keyboard which has a build in monochrome LCD screen.
Also you need to have the Logitech Gaming Software installed. Download (also is supplied with the keyboard)

 

Compatible Logitech products

The following Logitech keyboards are supported:

  • G510
  • G13
  • G15 v1
  • G15 v2

 

 
 

How is it implemented

As in the previous version I used the by Logitech provided SDK. But this time the "LogitechLcd.dll" is used instead of the "LogitechLed.dll".
This DLL can be found in the Logitech Gaming Software installation path.
(Standard: C:\Program Files\Logitech Gaming Software\SDK\LCD\x86)

To be flexible with the installation path I added a function from the "kernel32" library which handles the path to the dll.

The path will be added in the main function.

To get the functions from the LogitechLcd.dll the Dllimport function from the System.Runtime.InteropServices library has to be used.
he LogitechLcd.dll is not a .net compiled dll

All information what the functions are doing and which parameters they need can be found in the official documentation here

To start the main program two handles are created. One starts when the form is loaded and the other one when the form gets closed.

The main program (Logi) and the Form are running in two different threads.

  • The MyBase.Load handle starts the new thread.
  • The MyBase.Closed kills the thread and stops the communication to the keyboard so it can be canceled everytime.

 

Main logic

Firstly all Variables are defined

After that the variables are assigned to their values

These values are stored in a seperate .txt file created by the Blinkit software. These files can also be edited by hand if it is used as a stand alone. For the Bitmaps a folder is created with the name of the animation and in this folder there are 12 files (frames) named 1.bmp, 2.bmp etc.
So by writing different names of the action into the "logitechaction.txt" file the coresponding animation is played.
(All .bmp files have to be at a resolution of 160x43px)

With the "path" variable it is possible to use the function form the kernel32. Thats the next thing done.

Now it is possible to use the functions from the LogitechLcd.dll.

At first the LCD has to be initialised. Thats done with the "LogiLcdIntit" function which takes two parameters:

  1. Name that is shown in the Logitech Gaming Software
  2. Display type (1 for monochrome, 2 for color LCDs)

The next part "plays" the animation

It sets the background to each frame and waits between each frame. So it looks like an animation.
The "LogiLcdMonoSetBackground" function takes one parameter which is a byte array... but all we got are bitmaps which are in the wrong format.
So the function "CreateBMParray" is called which converts the bitmap into the right format. The format the Logitech function needs is given in the official documentation.


What this function does is that it cycles trough every pixel of the bitmap and converts the RGB value into just two colors (black or white -> on or off)

After the animation has played the program closes.

The hole code as one piece can be seen and downloaded on my github page

 

Testing the code while developing it

I personally own the Logitech G510 and tested it only on this keyboard, @techtek tested it on the G15 v2.
But as mentioned in the other post there is a virtual environment inlcuded in the Logitech Gaming Software where it is possible to test the code in a virtual way for all supported keyboards.

There you can see an emulated monochrome LCD with buttons that are also on the keyboard. The button on the far left is used to cycle trough the different apps. The four buttons at the bottom can be used to navigate inside an app. The animation will always play on top of the previously openend screen.

 

The following files where added to my repository

In the near future the LogitechLCDanimation program will be integrated in Blinkit made by @techtek

Download Blinkit

Sort:  

Thank you for your contribution. Please try to add commits as soon as you do some code or feature instead of adding all the files at once and try to be little descriptive in your commits.

You have mentioned "How to handle the code/project", but do try to elaborate on that how to start working on the project by being little more descriptive.

You should also use .gitignore file to remove files which are not needed to be uploaded like bin and obj files. These files to get generated when you build the project in your local so there is no point in uploading it to GitHub.

Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.

To view those questions and the relevant answers related to your post, click here.


Need help? Write a ticket on https://support.utopian.io/.
Chat with us on Discord.
[utopian-moderator]

Hey @codingdefined
Here's a tip for your valuable feedback! @Utopian-io loves and incentivises informative comments.

Contributing on Utopian
Learn how to contribute on our website.

Want to chat? Join us on Discord https://discord.gg/h52nFrV.

Vote for Utopian Witness!

Congratulations This post has been upvoted by SteemMakers. We are a community-based project that aims to support makers and DIYers on the blockchain in every way possible.

Join our Discord Channel to connect with us and nominate your own or somebody else's posts in our review channel.

Help us to reward you for making it ! Join our voting trail or delegate steem power to the community account.

Your post is also presented on the community website www.steemmakers.com where you can find other selected content.

If you like our work, please consider upvoting this comment to support the growth of our community. Thank you.

Hey @flash4yard
Thanks for contributing on Utopian.
We’re already looking forward to your next contribution!

Want to chat? Join us on Discord https://discord.gg/h52nFrV.

Vote for Utopian Witness!

Coin Marketplace

STEEM 0.26
TRX 0.11
JST 0.033
BTC 64107.21
ETH 3073.84
USDT 1.00
SBD 3.88