Can I run the C Graphics program on mini2440??? What steps should I Follow???? and what are the compilers?? its very essential for my project... AnyBody has Answer??? Thnx In Advance..
C Graphics on Mini2440
Maybe startos will help you. Visit http://code.google.com/p/startos - there're some graphic examples..
Thnx For Your opinion.. I using mini2440 with linux and i want to run C Graphics on It...is it possible or shoul i change OS to StartOS???
I have to plot a graph depending upon inputs from serial comm. And im using mini2440 with linux..is there possible to to do this project??? which compilers and libraries do i need?? i used CodeBlocks with GNU ARM GCC but doesnt worked.. Help Me
I will need that to Bro. But my frist objective is that to plot a graph using C Graphics... I'll need gui's to enterthe data from user to.. HELP
I think you should look at Qt then, its c++ though, but sounds like you know c so it wont be that bad.
Thnx Ruben For advice It'll Take much time for me to program in QT again.. Its somewhat urgent here.. I thought C graphics ca be done On Mini2440.. Is that possible??
wow, building a whole gui in c would be a nice case study, if you can, post your code, i'd love to see it.
you just said you are going to use c, and I'm not sure if it'll work or not, like I said, I use qt for such projects.
no, its all the same to me, c++ is just object orientated, but the basics are the same. qt might have some libraries doing what you want doing. if you use Pengutronix bsp there is a sample qt example that draws graphs based on cpu usage etc...