Nothing shows up

I don’t know what kind of IDE you use, whether you have some Debugger or not.
If you can do debugging, you can set a breakpoint to LCD_flush.

Or you can call LCD_flush manually (with dummy values) after App_Start to see whether you can see something on display.