aboutsummaryrefslogtreecommitdiff
path: root/docs/research.md
diff options
context:
space:
mode:
authorNielsCoding <n.stunnebrink@student.avans.nl>2023-02-13 20:45:18 +0100
committerNielsCoding <n.stunnebrink@student.avans.nl>2023-02-13 20:45:18 +0100
commit89ac9cfd837d629a4ce1c8684ff0e64c0d59d2ba (patch)
tree8e04a0f5df2281eefdeaf6aecc9d26a95ced3264 /docs/research.md
parent06010afdbf9cd959cb561e44d54ac8567b0e5c46 (diff)
test
Diffstat (limited to 'docs/research.md')
-rw-r--r--docs/research.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/research.md b/docs/research.md
index 457f21b..73618d7 100644
--- a/docs/research.md
+++ b/docs/research.md
@@ -351,7 +351,7 @@ It is usefull to generate a few different types of signals like:
For the project retro game-level design is an important part to make the game alive. That’s why research is needed to look for different ways of designing a retro game.
There are a lot of ways to make a 2d level but because where using an microcontroller and an FPGA the options are limited. That’s, why the first subject, is pictures. secondly, indexes and lastly software sources.
-## pictures
+## pictures
if a level is made there is a possibility that it can be exported as a picture. You can use that picture format and decode it in the microcontroller then send it to the FPGA that sends that data through the VGA. the problem with this method is that a lot of data is needed to save a whole level (640 * 480 pixels) but different formats can have a large impact. For a better reference picture below.
![pictureFormating](../assets/pictureFormatting.PNG)