This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I have a OMAPL138 EVM with 3.5inch LCD connected to it.
1. By using /dev/fb0 i am able to display some bmp images.
2. And able to draw some squares and line on LCD
But, my use case is to display some characters. Like below menu's
On LCD, 1. MYNAME
2. DOB
...etc like some srings i need to display. But i configured my kernel for da850_oampl138_defconfig. I understood from this my kernel is using Frame Buffer to display images. But i want to display some character strings on LCD. And also looked some code in /drivers/staging/panel but it was not added to my da850 configuration.
So, could some one help me to find the way to display char's on my LCD.
Yes, i have done as per the procedure mentioned above, but after enabling the panal and lcd, i am getting kerenl crash. i am getting following error. full kerenl dump will be attached once i reached.
"Unable to handle kernel NULL pointer dereference"