This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% !TEX TS-program = xelatex | |
% !TEX encoding = UTF-8 Unicode | |
% ----------------- | |
% START OF PREAMBLE | |
% ----------------- | |
\documentclass[12pt,a4paper]{scrartcl} | |
% Commands |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Description: Patch to make the HD44870 pin mapping configurable in the I2C driver. | |
This patch makes it possible to customise the pin mapping for the HD44780 | |
driver when using and I2C interface. The original sources are from https://github.com/wilberforce/lcdproc. | |
. | |
--- lcdproc-0.5.7.orig/clients/lcdproc/main.c | |
+++ lcdproc-0.5.7/clients/lcdproc/main.c | |
@@ -58,7 +58,7 @@ int Quit = 0; | |
int sock = -1; | |
char *version = VERSION; |
OlderNewer