https://github.com/venice1200/MiSTer_i2 ... s/main.zip
end extract it.
You can try Imagemagick command line conversion as well.
The result of
Code: Select all
magick mogrify -monochrome -negate -format xpm *.png
Code: Select all
magick mogrify -monochrome -negate -format xpm *.png
Code: Select all
Replace all Dot's "." with the Number "0"
Replace all Spaces " " with the Number "1"
Code: Select all
Replace all Dot's "." with the Number "1"
Replace all Spaces " " with the Number "0"
Muito obrigado pelas muitas fotos / Many many many thanks for your work.marcelosofth wrote: ↑Tue Dec 28, 2021 2:42 pm ...finally all cores finished, addition with news 246 cores! UP!!! Total + 500
The "Arduino" Header is connected to the FPGA Part of the DE10-Nano.
3V and 9V are available at the LTC Header, but no 5V if I am correct.
Code: Select all
wget https://raw.githubusercontent.com/venice1200/MiSTer_i2c2oled/main/testing/update_i2c2oled.sh -O /media/fat/Scripts/update_i2c2oled.sh
Code: Select all
magick mogrify -monochrome -format xpm *.png //convert all png's to xpm
magick mogrify -monochrome -format xpm *.bmp //convert all bmp's to xpm
Code: Select all
wget https://raw.githubusercontent.com/venice1200/MiSTer_i2c2oled/main/update_i2c2oled.sh -O /media/fat/Scripts/update_i2c2oled.sh