Skip to content

Commit

Permalink
Merge pull request #271 from shorepine/www2
Browse files Browse the repository at this point in the history
www2
  • Loading branch information
bwhitman authored Jul 30, 2024
2 parents c939527 + ecb91e1 commit dc9c196
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,18 +191,16 @@ <h1 class="display-1 fw-bold mt-5"><span style="background-color: white">The <br

<div class="col-md-6 col-lg-3 py-vh-2" data-aos="fade-up" data-aos-delay="200">
<span class="h5 fw-lighter">Graphics</span>
<p class="border-top border-dark">The 1024x600 7" touchscreen is fully <A HREF="https://github.com/shorepine/tulipcc/blob/main/docs/tulip_api.md">programmable in Python and runs at 30FPS, with support for loading PNG files, sprites, scrolling backgrounds, shapes, UIs in LVGL</A>, and a lot more.</p>
<p class="border-top border-dark">The 1024x600 7" touchscreen is fully <A HREF="https://github.com/shorepine/tulipcc/blob/main/docs/tulip_api.md">programmable in Python and runs at 30FPS, with support for loading PNG files, sprites, scrolling backgrounds, shapes, UIs in LVGL</A>, and a lot more. You can make games, animations and UIs in Tulip with just a few lines of Python code.</p>
<p><a href="https://github.com/shorepine/tulipcc/blob/main/docs/tulip_api.md" class="btn btn-info">Check out the Tulip API</a></p>
</div>

<div class="col-md-6 col-lg-3 py-vh-2" data-aos="fade-up" data-aos-delay="200">
<span class="h5 fw-lighter">Connectivity</span>
<p class="border-top border-dark">Tulip has stereo audio out, I2C connector (with support for I2C hubs), MIDI in and out, USB connector for charging and programming, and another USB connector for computer keyboards and USB MIDI. <A href="https://github.com/shorepine/tulipcc/blob/main/docs/tulip_api.md">The I2C connector and MIDI jacks are fully programmable on Tulip itself</A> and we support many existing I2C accessories out of the box. It can also connect to Wi-Fi networks for network communication, upgrading, or chatting on <strong>Tulip WORLD</strong>.</p>
<p class="border-top border-dark">Tulip has stereo audio out, I2C connector (with support for I2C hubs), MIDI in and out, USB connector for charging and programming, and another USB connector for computer keyboards and USB MIDI. <A href="https://github.com/shorepine/tulipcc/blob/main/docs/tulip_api.md">The I2C connector and MIDI jacks are fully programmable on Tulip itself</A> and we support many existing I2C accessories out of the box. It can also connect to Wi-Fi networks for network communication, upgrading, playing multichannel music over an <A href="https://github.com/shorepine/alles">Alles mesh</A>, or chatting on <strong>Tulip WORLD</strong>.</p>
<p><a href="https://github.com/shorepine/tulipcc/blob/main/docs/getting_started.md" class="btn btn-info">Getting Started on a Tulip</a></p>

</div>


</div>
</div>
</div>
</div>
Expand Down

0 comments on commit dc9c196

Please sign in to comment.