11 years, 9 months ago.

FRDM-KL46Z LCD library

Is there a library available for the LCD on the FRDM-KL46z board?

I have seen this:

https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/FRDM-KL46Z/FRDM-KL46Z_Demo/Sources/LCD

Copied the code pretty much as is, however I had many errors as I believe some of the code is already in the mbed library. A little beyond my capabilities and was hoping someone is already working on this.

Many thanks

Hello,

I believe that some of the code as you mentioned, is not in the mbed library, yet. The posted code uses freescale headers, not CMSIS which are used here. Change those, and code should be running.

I am currently working on enabling K20 to mbed. If nobody finds time to do it, I can write a library to support the LCD peripheral (SLCD).

Regards,
0xc0170

posted by Martin Kojtal 25 Dec 2013

1 Answer

11 years, 9 months ago.

hi Paul, Erich's project is based on Processor Expert. aren't suitable for Mbed:)