Page 1 of 1

SliceKit Lcd Chargen demo

Posted: Sun Jun 02, 2013 7:42 pm
by myndideal
Version: 0.1
Status: Under development
License: LGPL
Download: /files/project_builds/app_chargen_demo.zip

This is my first project here. I just started to write something based on official demo.

Features, demonstration of:

8x8 charset, ascii screen memory (part of the lcd rows), double buffered sprite animation. Lcd driving without huge memory (one scanline buffer).
For demostration of using graphics, I use Gimp drawing tool with C text format export function. The sprite was exported in "RGB16 C-Source image dump", then renamed to .h header , replaced the generated base type only,for union type to be easy to access pixels without any runtime conversion. Thats all.
Requirements:

official "module_lcd" softIP is used by this project. So, you have to add first this modul from xSOFTip explorer to your Workspace.

The LCD slice (XK-SK-SCR480) have to connected to Triangle slot of the SliceKit main board.
Images:

Re: SliceKit Lcd Chargen demo

Posted: Sun Sep 08, 2013 12:51 pm
by Ross
NIce little project, thanks for uploading.