Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 2.13 KB

CHANGES.md

File metadata and controls

77 lines (46 loc) · 2.13 KB

PiGFX- CHANGES.MD

Versions and modifications.

Version 1.5.0 - 2020 June 9th

  • PS/2 keyboard support

Version 1.4.0 - 2020 June 3th

  • Keyboard layout can now be configured in pigfx.txt
  • Pressed keys repeat the key

Version 1.3.0 - 2020 May 29th

  • Read a config file (no more compiling for your needs)
  • Baudrate can be set now for all Pi's before generation 4

Version 1.2.1 - 2020 May 26th

  • Always use UART0 for all models
  • Bugfix with keyboard LEDs (error if no keyboard found)

Version 1.2.0 - 2020 May 19th

  • Working on all Raspberry Pi's generation 1, 2 and 3 including the PiZero and PiZero W

Version 1.1.5 - 2020 May 9th

  • Reimplemented timer functions in c

Version 1.1.5 - 2020 May 9th

  • Bugfix: Some USB keyboards not working

Version 1.1.4 - 2020 May 5th

  • Bugfix: clear line from cursor
  • new commands for clear screan until cursor and clear screen from cursor

Version 1.1.3 - 2020 May 5th

  • added circle and triangle draw commands
  • set baudrate from config.txt file
  • pull up for RX pin
  • get and display Raspberry generation
  • heartbeat on ACT LED for PI B+

Version 1.1.2 - 2019 Oct 9th

  • ignore fractional part in numbers (coordinates)
  • fix cursor positions (reversed parameters orders for row / col in 'H' command)

Version 1.1.1 - 2019 Jan 21

  • coordinates in the "H" escape sequence are now 1-based instead of 0-based.

Version 1.1.0 - 2018 Dec 16th

Major features added:

  • 8x16 and 8x24 TRS-80 fonts
  • Generalized the buildfont utility to create other fonts
  • escape sequences to change font
  • escape sequence to change resolution
  • escape sequence to change tabulation width
  • escape sequence to change sprites and characters drawing mode to XOR or transparent

Tested on an RC2014 with PiZero Terminal.

1.0

This number concerns the initial PIGFX version by Filippo Bergamasco. Although no software version is encoded in source files, this version has a version constant defined in pigfx_config.h, which is generated by make using the Git deposit version number.

A 3 numbers software version has been added in pigfx_config.h.in, which is generated in pigfx_config.hand displayed at boot.