- 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:
@@ -33,6 +33,12 @@
|
||||
// Function Declarations
|
||||
void INA260_Init();
|
||||
|
||||
uint16_t INA260_Test_Read(uint8_t reg_address);
|
||||
void INA260_Read_BusVoltage();
|
||||
void INA260_Read_Current();
|
||||
|
||||
uint16_t INA260_Get_BusVoltage_mV();
|
||||
uint16_t INA260_Get_Current_mA();
|
||||
|
||||
|
||||
|
||||
#endif // INA260_H
|
||||
Reference in New Issue
Block a user