update VBEdemo
This commit is contained in:
@ -8,12 +8,11 @@
|
||||
* Autor: Michael Schoettner, HHU, 26.12.2016 *
|
||||
*****************************************************************************/
|
||||
|
||||
#include "user/VBEdemo.h"
|
||||
#include "user/demo/VBEdemo.h"
|
||||
#include "devices/fonts/Fonts.h"
|
||||
#include "kernel/Globals.h"
|
||||
|
||||
// Bitmap
|
||||
#include "bmp_hhu.cc"
|
||||
#include "user/bmp/bmp_hhu.cc"
|
||||
|
||||
/*****************************************************************************
|
||||
* Methode: VBEdemo::linInterPol1D *
|
||||
@ -11,6 +11,7 @@
|
||||
#define __VBEdemo_include__
|
||||
|
||||
#include "kernel/threads/Thread.h"
|
||||
#include "kernel/Globals.h"
|
||||
|
||||
class VBEdemo : public Thread {
|
||||
|
||||
@ -23,7 +24,9 @@ private:
|
||||
|
||||
public:
|
||||
// Gib dem Anwendungsthread einen Stack.
|
||||
VBEdemo() {}
|
||||
VBEdemo() {
|
||||
kout << "Initialized VBEdemo" << endl;
|
||||
}
|
||||
|
||||
// Thread-Startmethode
|
||||
void run() override;
|
||||
Reference in New Issue
Block a user