mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-14 10:35:30 +00:00
75 lines
3.6 KiB
HTML
75 lines
3.6 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
|
<meta name="generator" content="Doxygen 1.9.3"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>Noiasca Neopixel Display: Some words to the Noiasca Neopixel Display library</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr id="projectrow">
|
|
<td id="projectalign">
|
|
<div id="projectname">Noiasca Neopixel Display
|
|
</div>
|
|
<div id="projectbrief">A library for Neopixel based 7 Segment displays.</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.9.3 -->
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
|
$(function() {
|
|
initMenu('',false,false,'search.php','Search');
|
|
});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="main-nav"></div>
|
|
</div><!-- top -->
|
|
<div><div class="header">
|
|
<div class="headertitle"><div class="title">Some words to the Noiasca Neopixel Display library </div></div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="textblock"><h1><a class="anchor" id="intro_sec"></a>
|
|
Introduction</h1>
|
|
<p >The "Noiasca Neopixel Display" library is an addon to Adafruits Neopixel library. It uses the functionalities from Adafruit and makes handling of large displays very easy. Currently the main focus is the simulation of "seven segment displays". You can use this library for big clocks, scoreboards and similar use cases.</p>
|
|
<p >The API/the interface uses the official print.h library. Additional comands are roughly based on LCD API 1.0. For example you can use clear() to clear the display or setCursor() to write on a specific position.</p>
|
|
<h1><a class="anchor" id="purpose_sec"></a>
|
|
Mapping of Pixels to Segments</h1>
|
|
<p >To use this library you must assign the used pixels for each segment and define a bitmap array. This is explaind in detail on the homepage of the Noiasca Neopixel Display. <br />
|
|
</p>
|
|
<h1><a class="anchor" id="install_sec"></a>
|
|
Installation</h1>
|
|
<h2><a class="anchor" id="step0"></a>
|
|
Download the library</h2>
|
|
<p >The newest version of this library can be downloaded from <a href="https://werner.rothschopf.net/202005_arduino_neopixel_display_en.htm">https://werner.rothschopf.net/202005_arduino_neopixel_display_en.htm</a> .</p>
|
|
<h1><a class="anchor" id="example_sec"></a>
|
|
Examples</h1>
|
|
<p >There are several examples please use the hello world for the beginning.</p>
|
|
<h2><a class="anchor" id="step1"></a>
|
|
Install the library</h2>
|
|
<p >In the Arduino IDE use the Menu <br />
|
|
Sketch / Include Library / Add .ZIP Library <br />
|
|
to install the library. </p>
|
|
</div></div><!-- PageDoc -->
|
|
</div><!-- contents -->
|
|
<!-- start footer part -->
|
|
<hr class="footer"/><address class="footer"><small>
|
|
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.3
|
|
</small></address>
|
|
</body>
|
|
</html>
|