Fixed a display error
display has now a refresh timer to totally refresh the display contents (to prevent EMC issues) Fixed PCBA names git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@229 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
#include "stm32f10x_spi.h"
|
||||
#include "stm32f10x_usart.h"
|
||||
|
||||
#include "Display.h"
|
||||
#include "Logger.h"
|
||||
#include "led.h"
|
||||
#include "platform.h"
|
||||
@@ -374,6 +375,7 @@ void EXTI9_5_IRQHandler (void)
|
||||
}
|
||||
|
||||
|
||||
extern struct Display* display;
|
||||
void RTC_IRQHandler(void)
|
||||
{
|
||||
static signed portBASE_TYPE higherPriorityTaskWoken = pdFALSE;
|
||||
@@ -384,6 +386,7 @@ void RTC_IRQHandler(void)
|
||||
RTC_ClearITPendingBit(RTC_IT_SEC);
|
||||
|
||||
xSemaphoreGiveFromISR(rtc->secondSync, &higherPriorityTaskWoken);
|
||||
Display_feedRefreshCounter(display);
|
||||
if (ledGreen->status)
|
||||
{
|
||||
LED_turnOff(ledGreen);
|
||||
|
||||
Reference in New Issue
Block a user