Skip to content

Commit

Permalink
2021.12.16.01
Browse files Browse the repository at this point in the history
      Merged pull request 114 #114 Support for STM32F1 boards - Thanks, 7m4mon
      Merged pull request 107 #107 Conditional section for LGT8FX8P EEPROM handling - Thanks, Jindřich Vavruška
      Merged pull request 115 #115 Redraw screen when exiting command mode - Thanks, VK2EFL
      Merged pull request 117 #117 Support for LCD type: I2C 1602 with backlight using TwiLiquidCrystal library - Thanks, billyf
  • Loading branch information
k3ng committed Dec 17, 2021
1 parent 56067b1 commit 35ef08d
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 7 deletions.
10 changes: 8 additions & 2 deletions k3ng_keyer/k3ng_keyer.ino
Expand Up @@ -1335,7 +1335,13 @@ Recent Update History
Adds FEATURE_LCD_BACKLIGHT_AUTO_DIM

2021.07.17.01
Added pins pin_sending_mode_automatic and pin_sending_mode_manual which go HIGH for automatica and manual sending modes
Added pins pin_sending_mode_automatic and pin_sending_mode_manual which go HIGH for automatica and manual sending modes

2021.12.16.01
Merged pull request 114 https://github.com/k3ng/k3ng_cw_keyer/pull/114 Support for STM32F1 boards - Thanks, 7m4mon
Merged pull request 107 https://github.com/k3ng/k3ng_cw_keyer/pull/107 Conditional section for LGT8FX8P EEPROM handling - Thanks, Jindřich Vavruška
Merged pull request 115 https://github.com/k3ng/k3ng_cw_keyer/pull/115 Redraw screen when exiting command mode - Thanks, VK2EFL
Merged pull request 117 https://github.com/k3ng/k3ng_cw_keyer/pull/117 Support for LCD type: I2C 1602 with backlight using TwiLiquidCrystal library - Thanks, billyf

Documentation: https://github.com/k3ng/k3ng_cw_keyer/wiki

Expand Down Expand Up @@ -1364,7 +1370,7 @@ If you offer a hardware kit using this software, show your appreciation by sendi

*/

#define CODE_VERSION "2021.07.17.01"
#define CODE_VERSION "2021.12.16.01"
#define eeprom_magic_number 41 // you can change this number to have the unit re-initialize EEPROM

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion k3ng_keyer/keyer_features_and_options.h
Expand Up @@ -23,7 +23,7 @@
// #define FEATURE_AUTOSPACE
// #define FEATURE_FARNSWORTH
// #define FEATURE_DL2SBA_BANKSWITCH // Switch memory banks feature as described here: http://dl2sba.com/index.php?option=com_content&view=article&id=131:nanokeyer&catid=15:shack&Itemid=27#english
// #define FEATURE_LCD_4BIT // classic LCD disidefplay using 4 I/O lines
// #define FEATURE_LCD_4BIT // classic LCD display using 4 I/O lines
// #define FEATURE_LCD_8BIT // classic LCD display using 8 I/O lines
// #define FEATURE_LCD_ADAFRUIT_I2C // Adafruit I2C LCD display using MCP23017 at addr 0x20
// #define FEATURE_LCD_ADAFRUIT_BACKPACK // Adafruit I2C LCD Backup using MCP23008 (courtesy Josiah Ritchie, KE0BLL)
Expand Down
1 change: 1 addition & 0 deletions k3ng_keyer/keyer_features_and_options_megakeyer.h
Expand Up @@ -32,6 +32,7 @@
// #define FEATURE_LCD_ADAFRUIT_I2C // Adafruit I2C LCD display using MCP23017 at addr 0x20
// #define FEATURE_LCD_ADAFRUIT_BACKPACK // Adafruit I2C LCD Backup using MCP23008 (courtesy Josiah Ritchie, KE0BLL)
// #define FEATURE_LCD_YDv1 // YourDuino I2C LCD display with old LCM 1602 V1 ic
// #define FEATURE_LCD_TWILIQUIDCRYSTAL // I2C 1602 with backlight using https://github.com/arnakazim/TwiLiquidCrystal-library
// #define FEATURE_LCD1602_N07DH // http://linksprite.com/wiki/index.php5?title=16_X_2_LCD_Keypad_Shield_for_Arduino
// #define FEATURE_LCD_SAINSMART_I2C
// #define FEATURE_LCD_FABO_PCF8574 // https://github.com/FaBoPlatform/FaBoLCD-PCF8574-Library
Expand Down
1 change: 1 addition & 0 deletions k3ng_keyer/keyer_features_and_options_test.h
Expand Up @@ -39,6 +39,7 @@
// #define FEATURE_LCD_ADAFRUIT_I2C // Adafruit I2C LCD display using MCP23017 at addr 0x20
// #define FEATURE_LCD_ADAFRUIT_BACKPACK // Adafruit I2C LCD Backup using MCP23008 (courtesy Josiah Ritchie, KE0BLL)
// #define FEATURE_LCD_YDv1 // YourDuino I2C LCD display with old LCM 1602 V1 ic
// #define FEATURE_LCD_TWILIQUIDCRYSTAL // I2C 1602 with backlight using https://github.com/arnakazim/TwiLiquidCrystal-library
// #define FEATURE_LCD1602_N07DH // http://linksprite.com/wiki/index.php5?title=16_X_2_LCD_Keypad_Shield_for_Arduino
// #define FEATURE_LCD_SAINSMART_I2C
// #define FEATURE_LCD_FABO_PCF8574 // https://github.com/FaBoPlatform/FaBoLCD-PCF8574-Library
Expand Down
1 change: 1 addition & 0 deletions k3ng_keyer/keyer_features_and_options_test_everything.h
Expand Up @@ -27,6 +27,7 @@
// #define FEATURE_LCD_ADAFRUIT_I2C // Adafruit I2C LCD display using MCP23017 at addr 0x20
// #define FEATURE_LCD_ADAFRUIT_BACKPACK // Adafruit I2C LCD Backup using MCP23008 (courtesy Josiah Ritchie, KE0BLL)
// #define FEATURE_LCD_YDv1 // YourDuino I2C LCD display with old LCM 1602 V1 ic
// #define FEATURE_LCD_TWILIQUIDCRYSTAL // I2C 1602 with backlight using https://github.com/arnakazim/TwiLiquidCrystal-library
// #define FEATURE_LCD1602_N07DH // http://linksprite.com/wiki/index.php5?title=16_X_2_LCD_Keypad_Shield_for_Arduino
// #define FEATURE_LCD_SAINSMART_I2C
// #define FEATURE_LCD_I2C_FDEBRABANDER //https://github.com/fdebrabander/Arduino-LiquidCrystal-I2C-library
Expand Down
2 changes: 1 addition & 1 deletion k3ng_keyer/keyer_hardware.h
Expand Up @@ -29,7 +29,7 @@
// #define HARDWARE_IZ3GME // https://github.com/iz3gme/k3ng_cw_keyer edit these files: keyer_features_and_options_iz3gme.h keyer_pin_settings_iz3gme.h keyer_settings.h
// #define HARDWARE_YCCC_SO2R_MINI // edit these files: keyer_pin_settings_yccc_so2r_mini.h, keyer_settings_yccc_so2r_mini.h, keyer_features_and_options_yccc_so2r_mini.h
// #define HARDWARE_TEST_EVERYTHING
// #define HARDWARE_TEST //test
// #define HARDWARE_TEST


/*
Expand Down
2 changes: 1 addition & 1 deletion libraries/K3NG_PS2Keyboard/K3NG_PS2Keyboard.h
Expand Up @@ -44,7 +44,7 @@ K3NG Updates



// K3NG Version 2017.05.12.01
// K3NG Version 2021.12.16.01

#ifndef K3NG_PS2Keyboard_h
#define K3NG_PS2Keyboard_h
Expand Down
4 changes: 2 additions & 2 deletions libraries/K3NG_PS2Keyboard/library.properties
@@ -1,10 +1,10 @@
name=K3NG_PS2Keyboard
version=2016111701
version=2021.12.16.01
author=Anthony Good, K3NG <anthony.good@gmail.com>
maintainer=Anthony Good, K3NG <anthony.good@gmail.com>
sentence=For use with the K3NG CW Keyer for PS2 keyboard support
paragraph=For use with the K3NG CW Keyer for PS2 keyboard support
category=Uncategorized
url=https://github.com/k3ng/k3ng_cw_keyer
url=https://github.com/k3ng/k3ng_cw_keyer/tree/master/libraries/K3NG_PS2Keyboard
architectures=avr,STM32F1
includes=K3NG_PS2Keyboard.h

0 comments on commit 35ef08d

Please sign in to comment.