- Fixed drawing of round objects (Circles, Rounded Rects) using a lookup table
- Added function to read out the display_buffer via USB-Serial - Added basic structure and files for later complete firmware (still in progress) - Added Doc folder with schematic in it - Added Python script and batch file to read out the display buffer and open the image in gimp
This commit is contained in:
29
Firmware/Core1.h
Normal file
29
Firmware/Core1.h
Normal file
@@ -0,0 +1,29 @@
|
||||
/*
|
||||
* Core1.h
|
||||
*
|
||||
* Created: Wed Dec 08 2021 12:57:09
|
||||
* Author Chris
|
||||
*/
|
||||
#ifndef CORE1_H_
|
||||
#define CORE1_H_
|
||||
|
||||
// ============================================================================================
|
||||
// Includes
|
||||
#include "pico/time.h"
|
||||
#include "pico/multicore.h"
|
||||
|
||||
|
||||
// ============================================================================================
|
||||
// Defines
|
||||
|
||||
|
||||
// ============================================================================================
|
||||
// Datatypes
|
||||
|
||||
|
||||
// ============================================================================================
|
||||
// Function Declarations
|
||||
void Core1_Main(void);
|
||||
|
||||
|
||||
#endif /* CORE1_H_ */
|
||||
Reference in New Issue
Block a user