Altera DE2-115 Uživatelská příručka Strana 84

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 107
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 83
SFSU - Embedded Systems Tutorial Nano- Electronics & Computing Research Lab
83
szText);
break;
case 3:
result = number1 | number2;
sprintf (szText,"%d (|) %d = %d ",number1,number2,result);
printf ("%d | %d = %d ",number1,number2,result);
vid_print_string_alpha(400, 300, COLOR_WHITE, COLOR_BLACK, tahomabold_20, display,
szText);
break;
}
THE LCD Display screen is updated.
alt_video_display_register_written_buffer( display );
while(alt_video_display_buffer_is_available(display) != 0);
You can obtain the software code by opening the main.c file which is attached with this
tutorial.
Downloading the design to the board
a) For Hardware, compile the respective .sof file on the board as shown below:
Zobrazit stránku 83
1 2 ... 79 80 81 82 83 84 85 86 87 88 89 ... 106 107

Komentáře k této Příručce

Žádné komentáře