Added PCBA information to project
tested - functional git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@227 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
#include "platform.h"
|
||||
#include "IODevice.h"
|
||||
#include "led.h"
|
||||
#include "PCBA.h"
|
||||
#include "uart.h"
|
||||
#include "spi.h"
|
||||
#include "spiDevice.h"
|
||||
@@ -161,12 +162,12 @@ static void initTask(void* parameters)
|
||||
|
||||
Logger_construct(&uart1->device);
|
||||
|
||||
// NHD0420_construct(&nhd0420, &uart1->device);
|
||||
NHD0420_construct(&nhd0420, &spiDisplay->device);
|
||||
|
||||
Display_construct(&display, &nhd0420);
|
||||
PCBA_construct(pcba);
|
||||
|
||||
Display_write(&display, "anode repair", 12, 1, 1);
|
||||
Display_write(&display, pcba->name, sizeof(pcba->name) / sizeof(pcba->name[0]), 1, 1);
|
||||
Display_write(&display, "A", 1, 1, 20);
|
||||
Display_write(&display, "SW V. 1.0.0.0", 13, 3, 4);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user