demo.c File Reference

Windowing system test. More...

#include <emul/emul.h>
#include <kern/proc.h>
#include <kern/msg.h>
#include <drv/timer.h>
#include <drv/buzzer.h>
#include <drv/lcd_gfx.h>
#include <drv/kbd.h>
#include <gfx/gfx.h>
#include <gfx/win.h>
#include <gfx/text.h>
#include <gfx/font.h>
#include <gui/menu.h>
#include <icons/logo.h>
#include <cfg/macros.h>

Go to the source code of this file.


Functions

void schedule (void)
 Draw a pentacle in the provided bitmap.
static void magic (struct Bitmap *bitmap, coord_t x, coord_t y)
 Draw a pentacle in the provided bitmap.
static void bouncing_logo (Bitmap *bm)
 Show the splash screen.

Detailed Description

Windowing system test.

Version:
Id
demo.c 18242 2007-10-08 17:35:23Z marco

Author:
Bernardo Innocenti <bernie@develer.com>

Definition in file demo.c.