##// END OF EJS Templates
More buid system cleaning....
More buid system cleaning. Terminal widget almost working. Need to debug 8bit acces on ILI9328.

File last commit:

r63:68dfbccdd813 dev_alexis
r65:d4bc0ad7470d dev_alexis
Show More
test_lcd.c
23 lines | 453 B | text/x-c | CLexer
#include <stdio.h>
#include <fat32.h>
#include <gpio.h>
#include <uart.h>
#include <stm32f4xx.h>
#include <bsp.h>
#include <core.h>
#include <VS10XX.h>
#include <bsp.h>
#include <spi.h>
#include <sdcard.h>
#include <sdcard-spi.h>
#include <fat32.h>
#include <ucdirent.h>
#include <string.h>
#include <terminal.h>
#include <ili9328.h>
void test_Block_Move(LCD_t* LCD,int x,int y,int w,int h,int color)
{
LCD->paintFilRect(LCD,x,y,w,h,0,0,color);
}