KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
lcd.c File Reference
#include <stdio.h>
#include <math.h>
#include <stdint.h>
#include <stdlib.h>
#include <kos/init.h>
#include <dc/maple.h>
#include <dc/maple/controller.h>
#include <dc/maple/vmu.h>
#include <dc/vmu_fb.h>
#include <dc/fmath.h>

Functions

 KOS_INIT_FLAGS (INIT_DEFAULT|INIT_MALLOCSTATS)
 
int main (int argc, char **argv)
 

Variables

static const uint8_t smiley []
 
static vmufb_t vmufb
 
static const char message [] = " Hello World! "
 

Function Documentation

◆ KOS_INIT_FLAGS()

KOS_INIT_FLAGS ( INIT_DEFAULT| INIT_MALLOCSTATS)

◆ main()

Variable Documentation

◆ message

const char message[] = " Hello World! "
static

Referenced by main(), prompt_message(), and send_code().

◆ smiley

const uint8_t smiley[]
static
Initial value:
= {
0b00111100,
0b01000010,
0b10100101,
0b10000001,
0b10100101,
0b10011001,
0b01000010,
0b00111100,
}

Referenced by main().

◆ vmufb

vmufb_t vmufb
static

Referenced by main().