1
0
mirror of https://github.com/marqs85/ossc.git synced 2026-04-19 22:16:27 +00:00

Misc updates

-optimizations from Borti
-more code refactoring
-fix build warnings
-change scanline mode logic
This commit is contained in:
marqs
2016-06-12 23:43:24 +03:00
parent 51c43a7c10
commit 6c5f753245
24 changed files with 952 additions and 642 deletions
+2
View File
@@ -18,8 +18,10 @@
//
#include <unistd.h>
#include <string.h>
#include "flash.h"
#include "lcd.h"
#include "ci_crc.h"
extern alt_epcq_controller_dev epcq_controller_0;
extern char menu_row1[LCD_ROW_LEN+1], menu_row2[LCD_ROW_LEN+1];