in t f I Design - Develop - Deploy

Random Number Generation

[+] Share |
Posted by vijaykumar | Thu, 05 Jan 2012
story-icon

Almost all game programs require a random number generator. When implementing games for embedded systems, generating random numbers raises certain interesting issues. While generation of random number can be done using the rand() C library function, getting a suitable seed is a challenge.

Read More ...

Categories: 8051, ARM, ZKit-51-V664, ZKit-ARM-1343 | Add Comment

Creating GLCD Bitmaps Using GIMP

[+] Share |
Posted by vijaykumar | Fri, 01 Jul 2011

The ZKit-51-V664 has a Graphics LCD, that can be used for displaying GUIs, bitmaps, animations, etc. Bitmaps can be easily displayed on the Graphics LCD using the APIs provided by ZDev library. This article shows how to create bitmaps using GIMP, and how to display them on the Graphics LCD.

Read More ...

Categories: 8051, Tutorial, ZKit-51-V664 | Add Comment