Redesigned main menu. Moved stuff from pixytest to a new helper file and to the new "photo mode"-screen.
This commit is contained in:
10
common/app/pixy_helper.h
Normal file
10
common/app/pixy_helper.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef PIXY_HELPER_H
|
||||
#define PIXY_HELPER_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
int pixy_render_full_frame(uint16_t x, uint16_t y);
|
||||
int pixy_render_cropped_frame(uint16_t x, uint16_t y, uint16_t xoffset, uint16_t yoffset, uint16_t width, uint16_t height);
|
||||
|
||||
#endif /* PIXY_HELPER_H */
|
||||
Reference in New Issue
Block a user