OpenCores
URL https://opencores.org/ocsvn/single-14-segment-display-driver-w-decoder/single-14-segment-display-driver-w-decoder/trunk

Subversion Repositories single-14-segment-display-driver-w-decoder

[/] [single-14-segment-display-driver-w-decoder/] [trunk/] [Documentation/] [html/] [index.html] - Diff between revs 5 and 8

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 5 Rev 8
Line 3... Line 3...
<head>
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Single 14 Segment Display Driver with Limited ASCII Decoder: My Personal Index Page</title>
<title>Single 14 Segment Display Driver with Limited ASCII Decoder: 14-segment Display Driver Info</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/searchdata.js"></script>
Line 58... Line 58...
</iframe>
</iframe>
</div>
</div>
 
 
<div class="header">
<div class="header">
  <div class="headertitle">
  <div class="headertitle">
<div class="title">My Personal Index Page </div>  </div>
<div class="title">14-segment Display Driver Info </div>  </div>
</div><!--header-->
</div><!--header-->
<div class="contents">
<div class="contents">
<div class="textblock"><h1><a class="anchor" id="intro_sec"></a>
<div class="textblock"><h1><a class="anchor" id="intro_sec"></a>
Introduction</h1>
Introduction</h1>
<pre class="fragment">  The module contains:
<pre class="fragment"> The main purpose of this module is to be fed with ASCI symbol codes and it will output word lighting up the exact segments
     -# Input data register to hold the ASCII symbol codes
 on the 14-segment display to visualize the ASCII character. Current implementation uses input register to store the input code.
     -# Decoder to translate the code to 14-segment display word
 
         -# here is also the driver
 ASCII symbols are coded in Byte having values from 0x00 to 0x7F. This range covers all the symbols in the decoding table.
</pre><h1><a class="anchor" id="install_sec"></a>
 The range is doubled because the symbols may be lit with DP on or off. More information may be found in MAX6955 datasheet.
Installation</h1>
 Follows small revised quote of the most descriptive part related to decoding. Not applicable words are removed.
<h2><a class="anchor" id="step1"></a>
 
Step 1: Opening the box</h2>
 ... includes 104-character ASCII font maps for 14-segment... . The characters follow the standard ASCII font, with the
<pre class="fragment">  etc... </pre> </div></div><!-- contents -->
 addition of the following common symbols: GBP, EUR, Yen, degree, micro, plus/minus, arrow up, and arrow down.
 
 Seven bits represent the 104-character font map; an 8th bit is used to select whether the decimal point (DP) is lit.
 
 source: https://datasheets.maximintegrated.com/en/ds/MAX6955.pdf
 
</pre><h1><a class="anchor" id="port_disp_data"></a>
 
Display Data Out</h1>
 
<pre class="fragment"> Typically the data fed to display (single or multiple) is provided for single display at a time.
 
 If multiple displays are required disp_sel signal must be provided (according typical dynamic display indication).
 
</pre><h2><a class="anchor" id="disp_data_bit_mapping"></a>
 
Display Segment Bit Mapping</h2>
 
<table class="doxtable">
 
<tr>
 
<th align="center">Bit Number </th><th align="center">14</th><th align="center">13</th><th align="center">12</th><th align="center">11</th><th align="center">10</th><th align="center">9</th><th align="center">8</th><th align="center">7</th><th align="center">6</th><th align="center">5</th><th align="center">4</th><th align="center">3</th><th align="center">2</th><th align="center">1</th><th align="center">0  </th></tr>
 
<tr>
 
<td align="center">Display Segment</td><td align="center">dp</td><td align="center">m</td><td align="center">l</td><td align="center">k</td><td align="center">j</td><td align="center">i</td><td align="center">h</td><td align="center">g2</td><td align="center">g1</td><td align="center">f</td><td align="center">e</td><td align="center">d</td><td align="center">c</td><td align="center">b</td><td align="center">a </td></tr>
 
</table>
 
<p>Note that there is no standard way to name the segments. Current data bits correspondt to display segments according this picture: </p><div class="image">
 
<img src="https://www.maximintegrated.com/en/images/appnotes/3211/3211Fig02.gif" alt="3211Fig02.gif"/>
 
</div>
 
 </div></div><!-- contents -->
<!-- start footer part -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</a> 1.8.13

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.