Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thebigsasha/image_to_short_array-de1-soc
- Owner: TheBigSasha
- Created: 2021-04-17T02:18:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T04:02:53.000Z (over 3 years ago)
- Last Synced: 2024-11-11T08:14:25.607Z (about 2 months ago)
- Topics: arm, armv7, assembly, c, de1, de1-soc, ecse324, image, image-conversion, mcgill
- Language: Java
- Homepage:
- Size: 460 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)