Merge remote-tracking branch 'uncool/cst-next'

This need buildfixes and some functional updates...
This commit is contained in:
Stefan Seyfried
2015-12-13 17:41:55 +01:00
320 changed files with 21291 additions and 13199 deletions

View File

@@ -43,6 +43,7 @@
#include <gui/widget/icons.h>
#include <driver/display.h>
#include <driver/screen_max.h>
#include <driver/display.h>
@@ -52,7 +53,7 @@
CVfdSetup::CVfdSetup()
{
width = w_max (40, 10);
width = 40;
vfd_enabled = (cs_get_revision() != 10) && (cs_get_revision() != 11);
}