#include "stdio.h"
#include "stdlib.h"
#include "stdint.h"
#include "unistd.h"
#include "io.h"
#include "system.h"




#define tft_base (SDRAM_FB_BASE + SDRAM_FB_BASE / 2) // Where we want our frame buffers
#define  WIDTH 800
#define  HEIGHT 480


int main()
{
  printf("Hello from Nios II!\n");

  return 0;
}
