Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1001 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 1001 Bytes

pigpio-LCD

Code for Xojo apps to access the LCD with the Raspberry Pi GPIO pins through the pigpio library

This is a pigpio library that is a replacement for the deprecated wiringPi library that is to be used with Xojo apps. A book has been written called 'I Wish I Knew How To... Program Raspberry Pi 4B Electronics with Xojo: Buster Edition' is being written and the examples use this library exclusively. More instructions about the book will be available at https://www.scispec.ca and press the button on books.

This library is to be used with the pigpio-GPIO library. Examples are in Chapter 12 of the book.

The estimated time for the book to be released is the fall of 2020.

Version 1.0 (6 June 2020)

  • Initial Version of pigpio-GPIO library

Verson 1.1 (6 June 2020)

  • Added ScrollDisplayLeft
  • Added ScrollDisplayRight
  • Added DisplayOff
  • Added DisplayOn
  • Added CursorOn
  • Added BlinkOn
  • Added BlinkOff
  • Added AutoScrollOn
  • Added AutoScrollOff