Bladeren bron

fix readme

w.mueller 4 jaren geleden
bovenliggende
commit
824674b9df
1 gewijzigde bestanden met toevoegingen van 7 en 3 verwijderingen
  1. 7 3
      README.md

+ 7 - 3
README.md

@@ -8,9 +8,10 @@ Pong game on Altera FPGA as exercise in Hardware-/Software-Codesign
 ## Programmablaufplan des C Programms
 ## Programmablaufplan des C Programms
 Below images show flowcharts for all featured software functions.
 Below images show flowcharts for all featured software functions.
 Fist chart feature the main game function. Subfunctions are described below.
 Fist chart feature the main game function. Subfunctions are described below.
-See:    - draw
-        - reset_positons
-        - reset_screen
+See:    
+- draw
+- reset_positons
+- reset_screen
 
 
 ### Main function Flowchart
 ### Main function Flowchart
 ![](images/game_function_PAP.png)
 ![](images/game_function_PAP.png)
@@ -19,14 +20,17 @@ See:    - draw
 ### Subfunctions  Flowcharts
 ### Subfunctions  Flowcharts
 Flowchart of draw function.
 Flowchart of draw function.
 Function output the virtual screen to the output pins to be prozessed by VHDL
 Function output the virtual screen to the output pins to be prozessed by VHDL
+
 ![](images/draw.png)
 ![](images/draw.png)
 
 
 Flowchart of reset_position function.
 Flowchart of reset_position function.
 Function to reset positions of both paddles and ball to default. 
 Function to reset positions of both paddles and ball to default. 
 Default positions and values can be adjusted in this function
 Default positions and values can be adjusted in this function
+
 ![](images/reset_positions.png)
 ![](images/reset_positions.png)
 
 
 
 
 Flowchart of reset_screen function.
 Flowchart of reset_screen function.
 Function to reset all pixels of the virtual screen to 0.
 Function to reset all pixels of the virtual screen to 0.
+
 ![](images/reset_screen.png)
 ![](images/reset_screen.png)