I would like to ask if anyone could help me with this.
All I need is to be pointed in some direction of how to go about this and what to do. I can figure out the rest.
I know Ruby to some extent but am going to begin to learn multiple languages, starting today. My goal as of now is create simple back light control program.
Any suggestion for any language to do this is fine.
Thank you.
Simple brightness control program - Help
Started by Progress, Dec 13 2009 03:03 PM
5 replies to this topic
#1
Posted 13 December 2009 - 03:03 PM
|
|
|
#2
Posted 13 December 2009 - 05:55 PM
I think a back light control program would actually be pretty complicated. The back light is part of the hardware, and usually the operating system is designed to handle stuff like that.
I would recommend starting one language at a time, some people just get ahead of themselves when they take their leap into programming. I assume since you know some Ruby, that you have probably done some basic programming exercises, and probably created some useful little things for yourself.
Ruby is a pretty simple language, and I think it can leave a lot to be desired. You probably want something more complex and more mainstream to work with.
Here are some language examples:
I would recommend starting one language at a time, some people just get ahead of themselves when they take their leap into programming. I assume since you know some Ruby, that you have probably done some basic programming exercises, and probably created some useful little things for yourself.
Ruby is a pretty simple language, and I think it can leave a lot to be desired. You probably want something more complex and more mainstream to work with.
Here are some language examples:
- Python - Pretty easy to learn and very useful too. A lot of people use it as their main scripting language.
- Java - Harder than Python, but still modern, high level, and a great way to get into object oriented programming.
- C++ - Hardest of the bunch, but it is widely used and has advantages of high level and low level languages.
Root Beer == System Administrator's Beer
Download the new operating system programming kit! (some assembly required)
Download the new operating system programming kit! (some assembly required)
#3
Posted 13 December 2009 - 11:33 PM
Well I am doing it one language at time. Except I stopped learning Ruby and have started C++...so I cheated a tad >.> nevertheless! So any helpful tips to hardware libraries, where to access such things, anything dealing with hardware using C++?
I'm pretty patient so anything I learn, I do not plan to use instantly. (Not that this should matter to anyone).
I'm pretty patient so anything I learn, I do not plan to use instantly. (Not that this should matter to anyone).
#4
Posted 14 December 2009 - 04:06 AM
This is going to depend on your OS. You'll probably have to find the appropriate OS calls to the video driver to do this. This is NOT necessarily simple.
#5
Posted 14 December 2009 - 10:54 AM
OS calls, Video driver.
Thank you.
My quest towards creating this can now begin.
Anymore helpful information would still be helpful, so long as it IS information.
The OS will be Windows xp and/or Ubuntu, the language is C++.
Thank you.
My quest towards creating this can now begin.
Anymore helpful information would still be helpful, so long as it IS information.
The OS will be Windows xp and/or Ubuntu, the language is C++.
#6
Posted 14 December 2009 - 10:56 AM
For Ubuntu, you'll probably want to be familiar with GTK as well.


Sign In
Create Account

Back to top









