energia / tivac-core

7 stars 17 forks source link

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

Closed robertinant closed 4 years ago

robertinant commented 6 years ago

From @robertinant on December 18, 2015 17:27

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.

Copied from original issue: energia/Energia#803

robertinant commented 6 years ago

From @fmilburn3 on December 19, 2015 17:53

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.

robertinant commented 6 years ago

From @KingZuluKing on August 5, 2017 8:42

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

robertinant commented 6 years ago

From @rei-vilo on August 5, 2017 8:48

Please check on the 43oh forum.

robertinant commented 6 years ago

From @KingZuluKing on August 5, 2017 9:1

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.

robertinant commented 6 years ago

From @rei-vilo on August 5, 2017 9:6

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

robertinant commented 6 years ago

From @KingZuluKing on August 5, 2017 9:11

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

robertinant commented 6 years ago

From @KingZuluKing on August 5, 2017 9:45

Tested , works 100 !