Implement state machine controlled async LCD writing
This commit is contained in:
		@@ -18,6 +18,11 @@
 | 
			
		||||
* If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
/* Thanks to
 | 
			
		||||
 * https://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung
 | 
			
		||||
 * for the basic code construct
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include <stm32/stm32f4xx.h>
 | 
			
		||||
#include <reflow-controller/ui/lcd.h>
 | 
			
		||||
#include <reflow-controller/systick.h>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user