Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thebigsasha/image_to_short_array-de1-soc

I wrote this to submit memes to my ECSE324 lab at McGill University.
https://github.com/thebigsasha/image_to_short_array-de1-soc

arm armv7 assembly c de1 de1-soc ecse324 image image-conversion mcgill

Last synced: 17 days ago
JSON representation

I wrote this to submit memes to my ECSE324 lab at McGill University.

Awesome Lists containing this project

README

        

# Image_to_short_array-DE1-SOC
Converts any image, passed in command line, to an array for ARM asembly or C.

Input images are treated as 32 bit RGBA, which is transformed into 16 bit BGR for the DE1-SOC microcontroller board. This program will output valid ARMv7 assembly or C.

![screeny](https://github.com/TheBigSasha/Image_to_short_array-DE1-SOC/blob/master/2021-04-16%2022_22_16-CPUlator%20ARMv7%20System%20Simulator.png?raw=true)