energia / Energia

Fork of Arduino for the Texas Instruments LaunchPad's
http://energia.nu
Other
795 stars 671 forks source link

Test HD44780 LiquidCrystal Library for platforms other than MSP430 = Tiva C Series + MSP432 #803

Closed robertinant closed 6 years ago

robertinant commented 8 years ago

Right now the LiquidCrystal Library is only visible for MSP430. Testing needs to be done for the other platforms so that it can be included for those platforms as well.

fmilburn3 commented 8 years ago

I have tested it with "Hello World" on the MSP432 and the TMC123GXL successfully. See this post: http://forum.43oh.com/topic/9186-hello-world-using-coglcd/?p=69914.

I think that LiquidCrystal should be considered a core library - many beginner kits and exercises like Sparkfun's SIK use it.

KingZuluKing commented 6 years ago

Hey guys, does anyone know if there is a liquid Crystal library for HD44780 displays which works with tm4c 129EX launchpad?

rei-vilo commented 6 years ago

Please check on the 43oh forum.

KingZuluKing commented 6 years ago

thanks, by the way, what do you think a msp430 library of the same LiquidCrystal will not work on tiva -tm4c 129Xl launchpad? if I import it into suitable folder. Because I did the same for C2000 Piccolo Launchpad, and it worked without any issue.

rei-vilo commented 6 years ago

See https://github.com/energia/Energia/issues/803#issuecomment-166010139, if it works on TM4C123, it will work on TM4C129.

KingZuluKing commented 6 years ago

checked right now, drops the following errors... maybe you can see something i am mising out here


sketch_aug05a.cpp.o: In function setup': sketch_aug05a.cpp:(.text.setup+0x8): undefined reference toLiquidCrystal::begin(unsigned char, unsigned char, unsigned char)' sketch_aug05a.cpp.o: In function _GLOBAL__sub_I_lcd': sketch_aug05a.cpp:(.text.startup._GLOBAL__sub_I_lcd+0x14): undefined reference toLiquidCrystal::LiquidCrystal(unsigned char, unsigned char, unsigned char, unsigned char, unsigned char, unsigned char)' collect2.exe: error: ld returned 1 exit status

KingZuluKing commented 6 years ago

Tested , works 100 !

robertinant commented 6 years ago

This issue was moved to energia/tivac-core#25