lightaiyee 0 Posted April 17, 2013 Share Posted April 17, 2013 Hi Energia experts, I installed StellarisWare and there are 2 important libraries. One is the Peripheral driver library. Energia did a good job replacing the peripheral driver library with the Arduino API. However, the Stellaris Graphics library has no equivalent in Energia. Is it possible to port this library over in the first place? Quote Link to post Share on other sites
bluehash 1,581 Posted April 17, 2013 Share Posted April 17, 2013 Hi Energia experts, I installed StellarisWare and there are 2 important libraries. One is the Peripheral driver library. Energia did a good job replacing the peripheral driver library with the Arduino API. However, the Stellaris Graphics library has no equivalent in Energia. Is it possible to port this library over in the first place? Hi Lightaiyee.. welcome to 43oh! Since this is a Stellaris/Tiva-C question, could you post at the Stellarisiti forum. Unfortunately you will have to register again. But your question will get answered. Quote Link to post Share on other sites
lightaiyee 0 Posted April 17, 2013 Author Share Posted April 17, 2013 Hi Lightaiyee.. welcome to 43oh! Since this is a Stellaris/Tiva-C question, could you post at the Stellarisiti forum. Unfortunately you will have to register again. But your question will get answered. Sure. Actually, I tried to do that before posting the question here. But I am forbidden to start new topic on Stellarisiti forum at the moment. No problem, I will just be patient and try again tomorrow. Thanks. Quote Link to post Share on other sites
bluehash 1,581 Posted April 17, 2013 Share Posted April 17, 2013 Sure. Actually, I tried to do that before posting the question here. But I am forbidden to start new topic on Stellarisiti forum at the moment. No problem, I will just be patient and try again tomorrow. Thanks. You should not be forbidden.. could you PM me the error. Is your username the same? Quote Link to post Share on other sites
energia 485 Posted April 18, 2013 Share Posted April 18, 2013 The answer is yes that should be easy. The reason why we did not include it in Energia is because of the license of lib. The license states something along he lines of "not to be combined with viral software". If you want to use if for your personal project then that is not a problem. lightaiyee 1 Quote Link to post Share on other sites
lightaiyee 0 Posted April 18, 2013 Author Share Posted April 18, 2013 The answer is yes that should be easy. The reason why we did not include it in Energia is because of the license of lib. The license states something along he lines of "not to be combined with viral software". If you want to use if for your personal project then that is not a problem. That library is not object-oriented. Is it necessary for Energia library to always be object-oriented C++? Can Energia library be in C language with only functions? Quote Link to post Share on other sites
energia 485 Posted April 19, 2013 Share Posted April 19, 2013 libraries do not have to be class bases. Most of the common core functions in fact are written in plain C. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.