#include "string.h"
#include "board.h"
#include "sdramc.h"
#include "intc.h"
#include "gpio.h"
#include "print_funcs.h"
#include "usart.h"
#include "et024006dhu.h"
#include "power_clocks_lib.h"
#include "delay.h"
#include "jpeg_decoder.h"
#include "jpegfile.h"
#include "pwm.h"
Macros | |
External Board Mappings | |
#define | EXAMPLE_TC_CHANNEL_PIN AVR32_TC0_A0_0_0_PIN |
#define | EXAMPLE_TC_CHANNEL_FUNCTION AVR32_TC0_A0_0_0_FUNCTION |
Functions | |
int | main (void) |
static void | tft_bl_init (void) |
Variables | |
pcl_freq_param_t | pcl_freq_param |
avr32_pwm_channel_t | pwm_channel6 |
const U8 * | stream_jpeg_src_ptr |
U16 | stream_src_size |
#define EXAMPLE_TC_CHANNEL_FUNCTION AVR32_TC0_A0_0_0_FUNCTION |
#define EXAMPLE_TC_CHANNEL_PIN AVR32_TC0_A0_0_0_PIN |
int main | ( | void | ) |
References delay_ms, et024006_DrawFilledRect(), ET024006_HEIGHT, et024006_Init(), et024006_PutPixmap(), ET024006_WIDTH, gpio_set_gpio_pin(), init_dbg_rs232(), jpeg_lib_decode_ex(), jpeg_lib_exit(), jpeg_lib_init(), jpegdata, pcl_configure_clocks(), pcl_freq_param, print_dbg(), pwm_async_update_channel(), pwm_channel6, sdramc_init(), stream_jpeg_src_ptr, stream_src_size, tft_bl_init(), and width.
|
static |
References opt, pwm_channel6, pwm_channel_init(), pwm_init(), PWM_MODE_LEFT_ALIGNED, PWM_POLARITY_HIGH, pwm_start_channels(), and PWM_UPDATE_DUTY.
Referenced by main().
pcl_freq_param_t pcl_freq_param |
avr32_pwm_channel_t pwm_channel6 |
Referenced by main(), and tft_bl_init().
const U8* stream_jpeg_src_ptr |
Referenced by main(), and stream_read().
U16 stream_src_size |
Referenced by main(), and stream_read().