Skip to content

Commit

Permalink
Simple web page for the project.
Browse files Browse the repository at this point in the history
  • Loading branch information
dulsi committed Jul 17, 2018
1 parent a626901 commit 7c78211
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions html/index.html
@@ -0,0 +1,50 @@
<html>
<head>
<title>Tiny Screen Simulator</title>
</head>

<body bgcolor="#FFFFFF">

<p><center>
<h1>Tiny Screen Simulator</h1>
</center></p>

<p><center>Main - <a href="https://github.com/dulsi/tinyscreensim">GitHub</a></center></p>

<hr>

<p><center>
<script type="text/javascript"><!--
google_ad_client = "pub-6235950316210384";
/* 728x90, created 4/9/11 */
google_ad_slot = "8674867715";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center></p>

<p><center><img src="screenshot.png" /></center></p>

<p><h2>About</h2></p>

<p>To help develop games for the Tiny Screen/Tiny Duino platforms, zet23t
created the great <a href="https://github.com/zet23t/td2play">TinyDuino 2 Play Lib</a>.
Tiny Screen Simulator is fork of only the simulator included in the library.
I wanted something that could target the Tiny Screen Video Game Kit while
zet23t seemed more interested in the TinyArcade or TinyScreen+ platforms.</p>

<p>Improvements include a command line tool to compile a project without the
need for a wrapper to be written. The beginnings of SdFat support has been
added. G and H labels have been added to make the program more self
explanatory.</p>

<p>Questions or comments can be sent to
<a href="mailto:dulsi@identicalsoftware.com">dulsi@identicalsoftware.com</a>.
</p>

</body>
</html>
Binary file added html/screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7c78211

Please sign in to comment.