<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/f8544lcd/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/f8544lcd/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 13 Jan 2015 01:05:18 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/f8544lcd/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Thomas</title><link>https://sourceforge.net/p/f8544lcd/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -23,7 +23,10 @@
   and

 - AdaFruit GFX
-(&amp;lt;https: github.com="" adafruit="" Adafruit-GFX-Library=""&amp;gt;)                            
+(&amp;lt;https: github.com="" adafruit="" Adafruit-GFX-Library=""&amp;gt;) 
+
+It has been ported and rewritten by Thomas Missonier.
+                           

 It provides C support to drive a pcd8544 to lcd screens (ex nokia 3310 &amp;amp; 5110) and display on it.

@@ -48,7 +51,7 @@

 - This new version is lighter, it s using less space in flash, specially if you use spi eeprom (not mandatory)

--Tested on pic18F4550 and pic18F4685
+- Tested on pic18F4550 and pic18F4685

 License
 ==================
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas</dc:creator><pubDate>Tue, 13 Jan 2015 01:05:18 -0000</pubDate><guid>https://sourceforge.netb504fe21967064bb770cd11411b879892802c5bc</guid></item><item><title>Home modified by Thomas</title><link>https://sourceforge.net/p/f8544lcd/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -27,7 +27,7 @@

 It provides C support to drive a pcd8544 to lcd screens (ex nokia 3310 &amp;amp; 5110) and display on it.

-Even if the old Pinguino is still available (my first port), it's now obsolete. It has been incorporated in Pinguino core by The Pinguino team and some functionalities have been added (and support for pic32 devices).
+Even if the old Pinguino version is still available (my first port), it's now obsolete and not supported anymore. It has been incorporated in Pinguino core by The Pinguino team and some functionalities have been added (and support for pic32 devices).

 [See] (&amp;lt;http: www.pinguino.cc=""&amp;gt;)

@@ -35,7 +35,7 @@
 -----------------
 - Can drive only 1 display at time (as original library).
 - No spi Hardware function to drive the screen. 
-- This new version supports optionnal spi eeprom @ 10 mhz (Hardware) and screen is slow (4mhz spi max), i choosen to use spi software to drive the screen
+- This new version supports optional spi eeprom @ 10 mhz (Hardware) and screen is slow (4mhz max), I chosen to use spi software to drive the screen.

 New functionalities in 1.2 version :
 ---------------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas</dc:creator><pubDate>Tue, 13 Jan 2015 01:02:34 -0000</pubDate><guid>https://sourceforge.netc68a2901e696281113bfdd86973cb7691a4061f6</guid></item><item><title>Home modified by Thomas</title><link>https://sourceforge.net/p/f8544lcd/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,3 @@
-
    ███████╗ █████╗ ███████╗██╗  ██╗██╗  ██╗██╗      ██████╗██████╗  
    ██╔════╝██╔══██╗██╔════╝██║  ██║██║  ██║██║     ██╔════╝██╔══██╗ 
    █████╗  ╚█████╔╝███████╗███████║███████║██║     ██║     ██║  ██║ 
@@ -20,13 +19,117 @@
 This lib is a free and individual PIC18F C (XC8) port and rewritten version of two Arduino's C++ libs From Adafruit :

  - Adafruit PCD8544
-(https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library)
+(&amp;lt;https: github.com="" adafruit="" Adafruit-PCD8544-Nokia-5110-LCD-library=""&amp;gt;)
   and 

 - AdaFruit GFX
-(https://github.com/adafruit/Adafruit-GFX-Library)                            
+(&amp;lt;https: github.com="" adafruit="" Adafruit-GFX-Library=""&amp;gt;)                            

-It provides C support for pcd8544 lcd screens (ex nokia 3310 &amp;amp; 5110).
+It provides C support to drive a pcd8544 to lcd screens (ex nokia 3310 &amp;amp; 5110) and display on it.
+
+Even if the old Pinguino is still available (my first port), it's now obsolete. It has been incorporated in Pinguino core by The Pinguino team and some functionalities have been added (and support for pic32 devices).
+
+[See] (&amp;lt;http: www.pinguino.cc=""&amp;gt;)
+
+Known limitations : 
+-----------------
+- Can drive only 1 display at time (as original library).
+- No spi Hardware function to drive the screen. 
+- This new version supports optionnal spi eeprom @ 10 mhz (Hardware) and screen is slow (4mhz spi max), i choosen to use spi software to drive the screen
+
+New functionalities in 1.2 version :
+---------------------
+
+- No more support for Pinguino environment/boards , only XC8 (freemode compatible). Can be easily ported to sdcc (not provided).
+
+- Added support (and init functions) for 25LCXX eeprom chip to reduce footprint and store the font, the display buffer and some bitmaps.
+
+- Removed all specific functions from Pinguino to replace by standard pics/xc8 functions.
+
+- This new version is lighter, it s using less space in flash, specially if you use spi eeprom (not mandatory)
+
+-Tested on pic18F4550 and pic18F4685
+
+License
+==================
+
+
+
+Ported to Pic18 by Thomas Missonier (sourcezax@users.sourceforge.net).
+
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+- Redistributions of source code must retain the above copyright notice,
+  this list of conditions, the others licences below, and the following disclaimer.
+- Redistributions in binary form must reproduce the above notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
+
+
+Adafruit PCD8544
+----------------
+This is a library for our Monochrome Nokia 5110 LCD Displays
+
+  Pick one up today in the adafruit shop!
+  ------&amp;gt; http://www.adafruit.com/products/338
+
+These displays use SPI to communicate, 4 or 5 pins are required to  
+interface
+
+Adafruit invests time and resources providing this open source code, 
+please support Adafruit and open-source hardware by purchasing 
+products from Adafruit!
+
+Written by Limor Fried/Ladyada  for Adafruit Industries.  
+BSD license, check license.txt for more information
+All text above, and the splash screen below must be included in any redistribution
+
+AdaFruit GFX
+---------------------------------------------------------------------------------
+This is the core graphics library for all our displays, providing a common
+set of graphics primitives (points, lines, circles, etc.).  It needs to be
+paired with a hardware-specific library for each display device we carry
+(to handle the lower-level functions).
+
+Adafruit invests time and resources providing this open source code, please
+support Adafruit &amp;amp; open-source hardware by purchasing products from Adafruit!
+ 
+Copyright (c) 2013 Adafruit Industries.  All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+- Redistributions of source code must retain the above copyright notice,
+  this list of conditions and the following disclaimer.
+- Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas</dc:creator><pubDate>Tue, 13 Jan 2015 00:59:02 -0000</pubDate><guid>https://sourceforge.net78c57bdd91f3fec486d969e07b5ccfbebc466c4e</guid></item><item><title>Home modified by Thomas</title><link>https://sourceforge.net/p/f8544lcd/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,34 @@
-Welcome to your wiki!

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+   ███████╗ █████╗ ███████╗██╗  ██╗██╗  ██╗██╗      ██████╗██████╗  
+   ██╔════╝██╔══██╗██╔════╝██║  ██║██║  ██║██║     ██╔════╝██╔══██╗ 
+   █████╗  ╚█████╔╝███████╗███████║███████║██║     ██║     ██║  ██║ 
+   ██╔══╝  ██╔══██╗╚════██║╚════██║╚════██║██║     ██║     ██║  ██║ 
+   ██║     ╚█████╔╝███████║     ██║     ██║███████╗╚██████╗██████╔╝ 
+   ╚═╝      ╚════╝ ╚══════╝     ╚═╝     ╚═╝╚══════╝ ╚═════╝╚═════   
+                               "PCD8544 Lcd library for pic18" 

-The wiki uses [Markdown](/p/f8544lcd/wiki/markdown_syntax/) syntax.
+
+Note : Work in progress :)
+
+Introduction
+==================
+
+Welcome to F8544lcd wiki!
+
+This port is non affiliated, non licensed , non endorsed, and non supported in any way by Adafruit or Microchip.
+ 
+This lib is a free and individual PIC18F C (XC8) port and rewritten version of two Arduino's C++ libs From Adafruit :
+ 
+ - Adafruit PCD8544
+(https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library)
+  and 
+
+- AdaFruit GFX
+(https://github.com/adafruit/Adafruit-GFX-Library)                            
+
+It provides C support for pcd8544 lcd screens (ex nokia 3310 &amp;amp; 5110).
+
+ 

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas</dc:creator><pubDate>Tue, 13 Jan 2015 00:24:13 -0000</pubDate><guid>https://sourceforge.net811441f5ed558c4ffeabfa921355354303f29fb7</guid></item><item><title>Home modified by Thomas</title><link>https://sourceforge.net/p/f8544lcd/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/f8544lcd/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/sourcezax/"&gt;Thomas&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-5338a1a9485acd715a64b7d1" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas</dc:creator><pubDate>Sun, 30 Mar 2014 22:58:49 -0000</pubDate><guid>https://sourceforge.net5fbebd582cc51cf32474ac45ffcefa716883d52a</guid></item></channel></rss>