XDK graphics lib (My first GIT tryout)

XCore Project reviews, ideas, videos and proposals.
User avatar
lilltroll
XCore Expert
Posts: 956
Joined: Fri Dec 11, 2009 3:53 am
Location: Sweden, Eskilstuna

Post by lilltroll »

Thanks


Probably not the most confused programmer anymore on the XCORE forum.
User avatar
lilltroll
XCore Expert
Posts: 956
Joined: Fri Dec 11, 2009 3:53 am
Location: Sweden, Eskilstuna

Post by lilltroll »

The console is working. It uses a table lookup to avoid bit-baning. Instead it read one byte from the font and transformed it to 8 pixels of PaletteColourData. Uses less operation and do not take much memory. uint (2x256)
Probably it's possible to do both the driver and the console in only one thread to save resources.
I still need someone to explain how to have one server endpoint with many clients.
Probably not the most confused programmer anymore on the XCORE forum.
User avatar
lilltroll
XCore Expert
Posts: 956
Joined: Fri Dec 11, 2009 3:53 am
Location: Sweden, Eskilstuna

Post by lilltroll »

To have the LCD, CGA-char graphics and touch in the same thread @ 50 Mhz, to use a minimum of resources.
Make something similar to the old CGA standard.
Will combine that with the many clients to one server to be able to send data to the CGA server.
Probably not the most confused programmer anymore on the XCORE forum.
User avatar
lilltroll
XCore Expert
Posts: 956
Joined: Fri Dec 11, 2009 3:53 am
Location: Sweden, Eskilstuna

Post by lilltroll »

It works :)

I just have to clean things up a little!
Probably not the most confused programmer anymore on the XCORE forum.
User avatar
Vaati
Active Member
Posts: 39
Joined: Sat Dec 25, 2010 7:09 pm

Post by Vaati »

The link to the github project website is still broken -- double check to make sure you have the " : " in the link.
(i.e.; "https://" instead of "https//")