added ArduboyFx begin drawBitmap and display to the crate also added a fxdata-converter.html file to the docs
This commit is contained in:
parent
9248c9f2ac
commit
ddf419f702
10 changed files with 3218 additions and 2682 deletions
|
@ -100,7 +100,6 @@
|
|||
|
||||
.topnav {
|
||||
background-color: #000000;
|
||||
overflow: hidden;
|
||||
height: 47px;
|
||||
}
|
||||
|
||||
|
@ -126,7 +125,7 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1049px) {
|
||||
@media screen and (max-width: 800px) {
|
||||
.topnav a:not(:first-child) {
|
||||
display: none;
|
||||
}
|
||||
|
@ -137,10 +136,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1049px) {
|
||||
@media screen and (max-width: 800px) {
|
||||
.topnav.responsive {
|
||||
position: relative;
|
||||
height: 247px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.topnav {
|
||||
|
@ -215,13 +214,31 @@
|
|||
</style>
|
||||
<div class="wrapper">
|
||||
<div class="topnav" id="myTopnav">
|
||||
<a href="https://zenndev1337.github.io/Rust-for-Arduboy/index.html">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" class="active">.arduboy
|
||||
Generator</a>
|
||||
<a
|
||||
href="https://zenndev1337.github.io/Rust-for-Arduboy/index.html"
|
||||
><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" class="active"
|
||||
><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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue