DeviceIoControl / CppKeyboardColour

The updated version of the "keyboard-colour-program" written by me in C++
13 stars 3 forks source link

[FEATURE] - Implement new themes. #4

Open DeviceIoControl opened 2 months ago

DeviceIoControl commented 2 months ago

Effect Name: Pulsating Blink

Description:

The pulsating blink effect aims to create a dynamic and attention-grabbing display by alternating between bright and dim states. Here are the specifics of how I envision this effect:

Cycle Pattern: Start with the zone at full brightness for a brief moment (approximately 0.2 seconds), then quickly fade it to a dim state (approximately 10% brightness) over the next 0.3 seconds. After reaching the dim state, maintain it for about 2 seconds before repeating the cycle.

Smooth Transitions: Ensure that transitions between brightness levels are smooth and abrupt, creating a noticeable blink effect.

Additional RGB Effect Suggestions:

Breathing Effect: A classic breathing effect where the light gently fades in and out in a chosen color.

Rainbow Sweep: An effect where the colors smoothly transition through the entire RGB spectrum in a continuous sweeping motion.

Random Color:

An effect that randomly changes the color of the zone at regular intervals. Users should be able to set the interval between color changes should be fast like 1 second

Themes suggested by @Manish8531

Manish8531 commented 2 months ago

Effect Name: Pulsating Blink

Description:

The pulsating blink effect aims to create a dynamic and attention-grabbing display by alternating between bright and dim states. Here are the specifics of how I envision this effect:

Cycle Pattern: Start with the zone at full brightness for a brief moment (approximately 0.2 seconds), then quickly fade it to a dim state (approximately 10% brightness) over the next 0.3 seconds. After reaching the dim state, maintain it for about 2 seconds before repeating the cycle.

Smooth Transitions: Ensure that transitions between brightness levels are smooth and abrupt, creating a noticeable blink effect.

Additional RGB Effect Suggestions:

Breathing Effect: A classic breathing effect where the light gently fades in and out in a chosen color.

Rainbow Sweep: An effect where the colors smoothly transition through the entire RGB spectrum in a continuous sweeping motion.

Random Color:

An effect that randomly changes the color of the zone at regular intervals. Users should be able to set the interval between color changes should be fast like 1 second

Themes suggested by @Manish8531

Let's go I am Ready to assist in every possible way. Just let me know if you need anything from my side

Thanks

mehrshad315 commented 2 months ago

Effect Name: Pulsating Blink

Description:

The pulsating blink effect aims to create a dynamic and attention-grabbing display by alternating between bright and dim states. Here are the specifics of how I envision this effect:

Cycle Pattern: Start with the zone at full brightness for a brief moment (approximately 0.2 seconds), then quickly fade it to a dim state (approximately 10% brightness) over the next 0.3 seconds. After reaching the dim state, maintain it for about 2 seconds before repeating the cycle.

Smooth Transitions: Ensure that transitions between brightness levels are smooth and abrupt, creating a noticeable blink effect.

Additional RGB Effect Suggestions:

Breathing Effect: A classic breathing effect where the light gently fades in and out in a chosen color.

Rainbow Sweep: An effect where the colors smoothly transition through the entire RGB spectrum in a continuous sweeping motion.

Random Color:

An effect that randomly changes the color of the zone at regular intervals. Users should be able to set the interval between color changes should be fast like 1 second

Themes suggested by @Manish8531

Hello, dear DeviceIoControl, I tested KBInsydeBreatheTest.exe and it works well, but I have a question, is it possible to have other colors in the effects besides red, green, and blue, for example, yellow, pink, orange, white Or light blue, torch red, purple

DeviceIoControl commented 2 months ago

Hi @mehrshad315 - Yes we can add more colours, but they will have to be added into the program manually as there is no UI for this application. So if you want more colours, please provide a description of exactly how you want it to look like and I will see if I can implement it.

Manish8531 commented 2 months ago

Hi @mehrshad315 - Yes we can add more colours, but they will have to be added into the program manually as there is no UI for this application. So if you want more colours, please provide a description of exactly you how want it to look like and I will see if I can implement it.

Hi @DeviceIoControl ,

Thank you for the clarification. I understand that new colors need to be added manually due to the lack of a UI. Could you please add the following colors for me

  1. Sky Blue - rgb(135, 206, 235)
  2. Forest Green - rgb(34, 139, 34)
  3. Sunset Orange - rgb(255, 69, 0)
  4. Rose Pink - rgb(255, 102, 204)

Let me know if you need any more details .

Thank you!

mehrshad315 commented 2 months ago

Hi @mehrshad315 - Yes we can add more colours, but they will have to be added into the program manually as there is no UI for this application. So if you want more colours, please provide a description of exactly you how want it to look like and I will see if I can implement it.

Thanks for your attention, I understand, so I suggest these colors rgb(255 255, 0) yellow rgb(255, 0, 30) red rgb(60, 0, 255) Purple rgb(0 , 255, 60) green rgb(0 ,255, 120) green rgb(255,255,255) white rgb (255, 0 , 255) purple rgb(255, 120,120) Brown

Manish8531 commented 1 month ago

Hi @DeviceIoControl,

I hope this message finds you well.

I wanted to express my gratitude for previously reducing the transition time to 2 seconds.

It has made a significant difference. I am writing to kindly request if it would be possible to further reduce the transition time to 1 second. I understand that you may have a busy schedule, but if you could accommodate this change, I would always be gratful to you.

Thanks for everything

Lot's of Love

DeviceIoControl commented 1 month ago

@Manish8531 - Sorry for the late reply, I've been busy - A new build with the 1 sec transition is in "Test/Build/KBInsydeShortBreathe.exe"

Manish8531 commented 1 month ago

@Manish8531 - Sorry for the late reply, I've been busy - A new build with the 1 sec transition is in "Test/Build/KBInsydeShortBreathe.exe"

I hope you're doing well.

I tested the new build with the 1-second transition, but unfortunately, it is not working. As with the previous build, I ran it as an administrator, but it still did not function correctly.

Could you please look into this issue?

Thank you for your assistance.

DeviceIoControl commented 1 month ago

Hi,

Are you putting the program in the correct directory with the InsydeDCHU.dll file? If you are, could you tell me exactly what is happening when you launch the program?

Manish8531 commented 1 month ago

Hi,

Are you putting the program in the correct directory with the InsydeDCHU.dll file? If you are, could you tell me exactly what is happening when you launch the program?

Hi,

Thank you for your assistance. I realized I had forgotten to place the InsydeDCHU.dll file in the correct directory.

After doing so, the program is now functioning properly.

Thanks for everything

Lot's of Love

mehrshad315 commented 1 month ago

@Manish8531 - Sorry for the late reply, I've been busy - A new build with the 1 sec transition is in "Test/Build/KBInsydeShortBreathe.exe"

Hello, the KBInsydeShortBreathe.exe file works correctly and smoothly. Thank you very much for your efforts, dear DeviceIoControl.

mehrshad315 commented 2 weeks ago

Hello, I wanted to ask you, dear DeviceIoControl, can you add different colors to the program or guide me from which part of the color codes to change?

DeviceIoControl commented 1 week ago

Sorry for the silence - A new build will hopefully be available on Tuesday.

mehrshad315 commented 1 week ago

Sorry for the silence - A new build will hopefully be available on Tuesday.

Thank you very much for your kindness dear DeviceIoControl

DeviceIoControl commented 1 week ago

@mehrshad315 - A new build is ready - If you could download Test/Build/KBInsydeBreatheNewColours.exe (and please ensure you have the InsydeDCHU.dll in the same folder.)

@Manish8531 - FYI, I will have a build ready for you on Friday - My apologies again for the delays, I've been busy at work and not been able to work on this project.

mehrshad315 commented 1 week ago

DeviceIoControl

Hi, everything is working fine and the different colors are showing smoothly, thank you for all your hard work in this long time.

Manish8531 commented 1 week ago

@mehrshad315 - A new build is ready - If you could download Test/Build/KBInsydeBreatheNewColours.exe (and please ensure you have the InsydeDCHU.dll in the same folder.)

@Manish8531 - FYI, I will have a build ready for you on Friday - My apologies again for the delays, I've been busy at work and not been able to work on this project.

Thank you so much @DeviceIoControl for your efforts in preparing the new build. I truly appreciate all the hard work you’ve put into this. If it’s not too much trouble, could I kindly request the addition of a light blue color in the build KBInsydeBreatheNewColours.exe ? It would be wonderful if that could be included.

Once again, thank you for everything. I’m grateful for your time and dedication.

Lot's of Love

DeviceIoControl commented 4 days ago

@Manish8531 - Sorry about the slow progress, I was busy with work and didn't have time yesterday to complete it. I have implemented all of the themes you have requested and I have also added a command line to the program to avoid having a single program for each theme.

A new build is ready - Please download Test/Build/KBInsydeColours.exe (and please ensure you have the InsydeDCHU.dll in the same folder.)

The command-line is as follows: KBInsydeColours.exe theme [themeName]

Supported command-lines: KBInsydeColours.exe theme breathe (Breathing Effect) KBInsydeColours.exe theme colourshift (For 3-Zone keyboards only). KBInsydeColours.exe theme newcolourbreathe (theme for @mehrshad315 - With the added blue colour as well) KBInsydeColours.exe theme colourtransform (Rainbow Sweep) KBInsydeColours.exe theme blink (Pulsating blink)

(You can do this via Command Prompt.)

NOTE: You can delete the older versions now if you would like as this version has all of the themes in one program.

mehrshad315 commented 3 days ago

Hello, thank you for your efforts, I ran KBInsydeColours, but this error appears and KBInsydeTest does not change the color of the keyboard to green Screenshot (718)

DeviceIoControl commented 3 days ago

@mehrshad315 - You need to use the command-line now as specified in my previous comment. Please read my previous comment carefully.

mehrshad315 commented 3 days ago

I'm sorry I didn't understand, does that mean I should enter the codes from cmd and not use KBInsydeColours.exe to run the themes? Because when I run KBInsydeColours.exe, the error that I sent the picture comes and closes quickly

DeviceIoControl commented 3 days ago

I'm sorry I didn't understand, does that mean I should enter the codes from cmd and not use KBInsydeColours.exe to run the themes

Yes, you should do it from CMD instead now, and you can choose a theme based on the provided command lines:

Supported command-lines: KBInsydeColours.exe theme breathe (Breathing Effect) KBInsydeColours.exe theme colourshift (For 3-Zone keyboards only). KBInsydeColours.exe theme newcolourbreathe (theme for @mehrshad315 - With the added blue colour as well) KBInsydeColours.exe theme colourtransform (Rainbow Sweep) KBInsydeColours.exe theme blink (Pulsating blink)

(You can do this via Command Prompt.)

mehrshad315 commented 3 days ago

According to your advice, I gave the path of the KBInsydeColours.exe file and the theme code to CMD and the themes worked well. I am really grateful for your efforts and kindness, but can I run this line of code as a shortcut or faster every time?

DeviceIoControl commented 3 days ago

@mehrshad315 - Yes, you can create a Windows shortcut to KBInsydeColours.exe and set the command line like this: image

mehrshad315 commented 3 days ago

Excuse me, I have another question, is it possible to change the color code number of BreatheAnimationNewColours.cpp like the image below and apply the changes so that later I can change the colors myself without taking your time? Screenshot (721)

DeviceIoControl commented 3 days ago

@mehrshad315 - Yes, if you would like to (and if you know C++).

It's open-source, so you can do as you wish with the code. So if there are any new themes you want to create or code by yourself, please do.

mehrshad315 commented 3 days ago

Thank you very much for your reply, this error comes to create a shortcut Screenshot (723)

DeviceIoControl commented 3 days ago

@mehrshad315 - Is the KBInsydeColours.exe in the folder you are specifying? (Did it compile?)

I don't want to clutter this GitHub issue with a bunch of problems irrelevant to the topic, so are there any other means of communication that you have? e.g - Discord, etc...

mehrshad315 commented 3 days ago

Thank you for your help. I was able to create a shortcut for one of the themes by using this URL as an example. C:\Windows\System32\cmd.exe /c start /min C:\Users\mehrshad\Desktop\CppKeyboardColour-master\Test\Build\KBInsydeColours.exe theme newcolourbreathe Screenshot (724)

mehrshad315 commented 3 days ago

Thank you very much for your patience in answering, wishing you success in all stages of life, with lots of love from Iran.❤️❤️