<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Monochrome Graphic Display Source Code Driver Project &#187; 10. Revision History</title>
	<atom:link href="http://www.graphic-display-source-code-driver.com/category/revision-history/feed" rel="self" type="application/rss+xml" />
	<link>http://www.graphic-display-source-code-driver.com</link>
	<description>Monochrome Graphic Display Source Code Driver Project</description>
	<lastBuildDate>Wed, 20 Jul 2011 08:11:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>c) Changes To The Bitmap Converter PC Application</title>
		<link>http://www.graphic-display-source-code-driver.com/revision-history/c-changes-to-the-bitmap-converter-pc-application</link>
		<comments>http://www.graphic-display-source-code-driver.com/revision-history/c-changes-to-the-bitmap-converter-pc-application#comments</comments>
		<pubDate>Mon, 03 May 2010 11:14:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[10. Revision History]]></category>

		<guid isPermaLink="false">http://www.graphic-display-source-code-driver.com/?p=53</guid>
		<description><![CDATA[V1.00 Original release V1.01 Added processing of font bitmap files Added flags field to bitmap header V1.02 Some graphics programs sometimes use an opposite colouring of the pixels (an opposite palette). We now read the palette of each image and invert pixels if the opposite pallet colouring is used. V1.03 LCD_C define changed to DISPLAY_C [...]]]></description>
			<content:encoded><![CDATA[<h4>V1.00</h4>
<p>Original release</p>
<h4>V1.01</h4>
<p>Added processing of font bitmap files</p>
<p>Added flags field to bitmap header</p>
<h4>V1.02</h4>
<p>Some graphics programs sometimes use an opposite colouring of the pixels (an opposite palette).  We now read the palette of each image and invert pixels if the opposite pallet colouring is used.</p>
<h4>V1.03</h4>
<p>LCD_C define changed to DISPLAY_C to match new define used by the V1.03 driver</p>
<p>Message box confirmation of conversion complete added.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.graphic-display-source-code-driver.com/revision-history/c-changes-to-the-bitmap-converter-pc-application/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>b) Changes To The Sample Project Files</title>
		<link>http://www.graphic-display-source-code-driver.com/revision-history/changes-to-the-sample-project-files</link>
		<comments>http://www.graphic-display-source-code-driver.com/revision-history/changes-to-the-sample-project-files#comments</comments>
		<pubDate>Mon, 03 May 2010 11:14:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[10. Revision History]]></category>

		<guid isPermaLink="false">http://www.graphic-display-source-code-driver.com/?p=51</guid>
		<description><![CDATA[V1.00 Original release V1.01 Minor changes to remove long variable names not liked by some compilers V1.02 No significant changes V1.03 Changed sample screen modes to be cycled through from a single switch input, instead of the previous switch input per sample screen. Added CONSTANT define to main.h and replaced all ‘const rom’ to CONSTANT [...]]]></description>
			<content:encoded><![CDATA[<h4>V1.00</h4>
<p>Original release</p>
<h4>V1.01</h4>
<p>Minor changes to remove long variable names not liked by some compilers</p>
<h4>V1.02</h4>
<p>No significant changes</p>
<h4>V1.03</h4>
<p>Changed sample screen modes to be cycled through from a single switch input, instead of the previous switch input per sample screen.</p>
<p>Added CONSTANT define to main.h and replaced all ‘const rom’ to CONSTANT in the code, to allow easy dealing with compilers that require an additional qualifier such as &#8216;rom&#8217; and those that don’t.</p>
<p>Added Microchip C30 and C32 compiler compatible projects for 16 and 32 bit Microchip devices.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.graphic-display-source-code-driver.com/revision-history/changes-to-the-sample-project-files/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>a) Changes To The Monochrome Screen Driver Files</title>
		<link>http://www.graphic-display-source-code-driver.com/revision-history/changes-to-the-monochrome-screen-driver-files</link>
		<comments>http://www.graphic-display-source-code-driver.com/revision-history/changes-to-the-monochrome-screen-driver-files#comments</comments>
		<pubDate>Mon, 03 May 2010 11:13:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[10. Revision History]]></category>

		<guid isPermaLink="false">http://www.graphic-display-source-code-driver.com/?p=49</guid>
		<description><![CDATA[V1.00 Original release V1.01 Changes to deal with long variable names that are cropped by some compilers. lcd_delay_ms changed from a define to a function to simplify for compilers that don&#8217;t provide standard delay library functions or macros) V1.02 Implemented centre and right align options for displaying strings Changed the example lcd_display_bitmap call to use [...]]]></description>
			<content:encoded><![CDATA[<h4>V1.00</h4>
<p>Original release</p>
<h4>V1.01</h4>
<p>Changes to deal with long variable names that are cropped by some compilers.</p>
<p>lcd_delay_ms changed from a define to a function to simplify for compilers that don&#8217;t provide standard delay library functions or macros)</p>
<h4>V1.02</h4>
<p>Implemented centre and right align options for displaying strings</p>
<p>Changed the example lcd_display_bitmap call to use DISPLAY_BITMAP_INVERT_PIXELS_OFF to avoid confusion for new users (was previously DISPLAY_BITMAP_INVERT_PIXELS_ON).</p>
<h4>V1.03</h4>
<p>Significant changes to the overall driver 	code.</p>
<p>Added scrolling text functionality.</p>
<p>Moved many of the defines to the lcd-model.h file to make using the driver with new screens more straightforward.</p>
<p>Added USE_LOCAL_RAM_BUFFER define for a local ram buffer of display data to optionally be used to increase speed where microcontroller / processor ram is available, or when required for displays that do not provide the capability to read display data back from the screen.</p>
<p>Added CONSTANT define to main.h and replaced all ‘const rom’ to CONSTANT in the code, to allow easy dealing with compilers require an additional qualifier such as &#8216;rom&#8217; and those that don’t.</p>
<p>Added Microchip C30 and C32 compiler compatibility for 16 and 32 bit Microchip devices.</p>
<p>Added new screen model sample files for Batron BTHQ240064AVB-EMN-06-LED with SPI interface.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.graphic-display-source-code-driver.com/revision-history/changes-to-the-monochrome-screen-driver-files/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

