|
Post by ramboottan on Apr 13, 2018 11:55:46 GMT
My SD card is having 10 files. I have a ShieldBuddy 275C board. Also an adafruit supporting LCD display. Using this board can I display the names of the files? What platform I can use? Adruino or Eclipse? Is Adruino for study and Eclipse for proffesional development? Also, will this board support to make display in different colors and fonts? What is the actual programming language used? Is it embedded C? Any specific tutorial for that language?
Cheers Ramb
|
|
|
Post by Admin on Apr 13, 2018 12:04:28 GMT
If you write a suitable program you can display the names of the files on the LCD. You can use the Arduino IDE or Eclipse on a Windows PC. Only those doing serious or complex programs tend to use the Eclipse. The language is the Arduino Processing language but this is really just C++.
|
|
|
Post by ramboottan on Apr 13, 2018 12:24:10 GMT
I have used the Adafruit libraries after connecting properly in Adruino Mega. And displayed some static texts. In this forum I found some links for Adafruit, I will search it, but if I connect it as in Adruino mega in 275C, will it work with same Adruino source code from GitHub? Theortically is Adruino Mega's and Shield Buddies Compiler is same? I am not familiar with the terms ToolChain, avr etc... I went through this link. www.arduino.cc/en/Main/FAQ#toc13So now plan to proceed with Adruino. I am writing module by modules. I will have Displays, Networks, vehicle data processing etc in future. Hope Adruino will be OK since it is having a lot of examples in Shieldbuddy Adruino package. Not found many examples with Eclipse. I am experienced with Eclipse platform but sadly opting Adruino platform only because it is having more examples. I dont think Adruino examples will be compile in Eclipse because both are different languages. Ramb
|
|
|
Post by Admin on Apr 16, 2018 15:20:40 GMT
Sorry, this is hard to understand!
|
|