diff Scan/STLcd/capabilities.kll @ 389:fc2c2a1e9615

Adding basic remote capabilities + UART Rx DMA buffers - Rx buffers weren't fast enough, had to use DMA :D - Basic LCD remote capabilities are working, single node - Multi-node broadcast seems to have a bug still - DMA ring buffer allowed for significant processing simplification * There is an overrun risk, but the buffer is large and generally there isn't too much data being sent (just very quickly) - Split out LCD layer stack capability into itself and an "exact" version used for updating remote nodes
author Jacob Alexander <haata@kiibohd.com>
date Thu, 15 Oct 2015 00:16:36 -0700
parents 95ae53b1e088
children
line wrap: on
line diff
--- a/Scan/STLcd/capabilities.kll	Mon Oct 12 14:47:13 2015 -0700
+++ b/Scan/STLcd/capabilities.kll	Thu Oct 15 00:16:36 2015 -0700
@@ -66,7 +66,8 @@
 
 # Layer Status Display
 
-LCDLayerDisplay => LCD_layerStack_capability();
+LCDLayerDisplay      => LCD_layerStack_capability();
+LCDLayerDisplayExact => LCD_layerStackExact_capability( display : 1, stack1 : 2, stack2 : 2, stack3 : 2, stack4 : 2 );
 
 
 # LCD Module Enabled