]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/STLcd/lcd_scan.c
Adding dynamic USB power support
[kiibohd-controller.git] / Scan / STLcd / lcd_scan.c
index c4bf0805490e7e106950f88c58bb7591f5bd8021..1dd912682d5c557cfab102c9426fb606de3299f8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 by Jacob Alexander
+/* Copyright (C) 2015-2016 by Jacob Alexander
  *
  * This file is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -346,6 +346,14 @@ inline uint8_t LCD_scan()
 }
 
 
+// Signal from parent Scan Module that available current has changed
+// current - mA
+void LCD_currentChange( unsigned int current )
+{
+       // TODO - Power savings?
+}
+
+
 
 // ----- Capabilities -----