LCD Slice Functionality Question

If you have a simple question and just want an answer.
DiscoDave
Newbie
Posts: 1
Joined: Thu May 29, 2014 1:51 pm

LCD Slice Functionality Question

Post by DiscoDave »

I am new this brand and have only really written software for windows applications. I have found that the Slice kit can be connected to the LCD Slice Kit. But I am wondering how easy is the LCD graphical programmed, Does the development software supply libraries that allow the LCD to display graphical buttons, textboxes, etc. Any help of what can be achieved is appreciated.


sudha
Member
Posts: 14
Joined: Thu Oct 17, 2013 12:19 pm

Post by sudha »

We have module_lcd that contains the LCD server software for interfacing LCD. We also have module_display_controller that can be used if the frame buffer is allocated in an SDRAM. We have SDRAM slice for this purpose and module_SDRAM contains necessary software for interfacing SDRAM. Whatever stored in the frame buffer will be displayed on LCD. For displaying graphical buttons and text boxes, you need to render that frame. We don't have a module for it right now.