#include "board.h"
#include "gpio.h"
#include "power_clocks_lib.h"
#include "conf_clock.h"
#include "et024006dhu.h"
#include "delay.h"
#include <math.h>
Macros | |
#define | HEIGHT 240 |
#define | WIDTH 320 |
Functions | |
static void | draw_mandel (void) |
static void | draw_plasma (void) |
int | main (void) |
Variables | |
pcl_freq_param_t | pcl_freq_param |
unsigned short int | plasma [HEIGHT *WIDTH] |
#define HEIGHT 240 |
Referenced by draw_mandel(), and draw_plasma().
#define WIDTH 320 |
Referenced by draw_mandel(), and draw_plasma().
|
static |
|
static |
References et024006_DrawPixel(), GREEN_LEV, HEIGHT, RED_LEV, and WIDTH.
int main | ( | void | ) |
pcl_freq_param_t pcl_freq_param |
Referenced by main().