added ArduboyFx begin drawBitmap and display to the crate also added a fxdata-converter.html file to the docs

This commit is contained in:
ZennDev1337 2023-10-03 08:50:48 +02:00
parent 9248c9f2ac
commit ddf419f702
10 changed files with 3218 additions and 2682 deletions

View file

@ -99,8 +99,7 @@
.topnav {
background-color: #000000;
overflow: hidden;
height: 47px;
min-height: 47px;
}
.topnav a {
@ -125,7 +124,7 @@
display: none;
}
@media screen and (max-width: 1049px) {
@media screen and (max-width: 800px) {
.topnav a:not(:first-child) {
display: none;
}
@ -136,10 +135,10 @@
}
}
@media screen and (max-width: 1049px) {
@media screen and (max-width: 800px) {
.topnav.responsive {
position: relative;
height: 247px;
height: auto;
}
.topnav {
@ -167,12 +166,31 @@
</style>
<div class="wrapper">
<div class="topnav" id="myTopnav">
<a href="https://zenndev1337.github.io/Rust-for-Arduboy/index.html" class="active">Rust for Arduboy</a>
<a href="https://zenndev1337.github.io/Rust-for-Arduboy/image-converter.html">Image Converter</a>
<a href="https://zenndev1337.github.io/Rust-for-Arduboy/tile-converter.html">Tile Converter</a>
<a href="https://zenndev1337.github.io/Rust-for-Arduboy/sprite-converter.html">Sprite Converter</a>
<a href="https://zenndev1337.github.io/Rust-for-Arduboy/arduboy-file-converter.html">.arduboy
Generator</a>
<a
href="https://zenndev1337.github.io/Rust-for-Arduboy/index.html" class="active"
><nobr>Rust for Arduboy</nobr></a
>
<a
href="https://zenndev1337.github.io/Rust-for-Arduboy/image-converter.html"
><nobr>Image Converter</nobr></a
>
<a
href="https://zenndev1337.github.io/Rust-for-Arduboy/tile-converter.html"
><nobr>Tile Converter</nobr></a
>
<a
href="https://zenndev1337.github.io/Rust-for-Arduboy/sprite-converter.html"
><nobr>Sprite Converter</nobr></a
>
<a
href="https://zenndev1337.github.io/Rust-for-Arduboy/arduboy-file-converter.html"
><nobr>.arduboy Generator</nobr></a
>
<a
href="https://zenndev1337.github.io/Rust-for-Arduboy/fxdata-converter.html"
><nobr>fxdata.h Converter</nobr></a
>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list"
viewBox="0 0 16 16">