Lcd controller initialization fail

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Lcd controller initialization fail

184 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by padmaja on Sat Jan 16 01:27:14 MST 2016
hi,
i was working on uez product of uezgui-1788-70wvm. it contains LPC1788 interface with 7" WVGA tft capacitive touch screen display. Did

initialization of LCD controller registers,
pin connections assigned,
SDRAM starting address to LCD base address,
finally enabled LCD and backlight.
it show full white color means that light was because of backlight right? after that i was tried to write lines display clear but nothing was done. I changed different pen colors also then also i didn't get any pixel variation means color change or something.
may i know the reason for this state? Sad
One more thing is Frame buffer address. frame buffer address is LCD base address or local sram memory location ??
in put_pixel function i used ((win->fb + y * win->xpsize)[x] = color; ) this instruction at that time this win->fb need valid address otherwise it wents to hardfault_handler. How can i rectify this bug?

thanks & regards,
padmaja.
Labels (1)
0 Kudos
0 Replies