Paperd.Ink Library 0.0.5
Library for interacting with Paperd.Ink devices.
|
#include <youtube.h>
Public Member Functions | |
int8_t | fetch_data (const char *channel_id, const char *api_id) |
void | display_subscribers_med (GxEPD2_GFX &display, int16_t x, int16_t y, int16_t w=0, int16_t h=0) |
void | display_views_med (GxEPD2_GFX &display, int16_t x, int16_t y, int16_t w=0, int16_t h=0) |
Public Attributes | |
uint64_t | subscribers = 0 |
uint64_t | views = 0 |
Public Attributes inherited from PaperdinkUIBaseClass | |
const GFXfont * | font = &PAPERDINK_FONT_SML |
const GFXfont * | font_bold = &PAPERDINK_FONT_SML_BOLD |
int | primary_color = GxEPD_BLACK |
int | secondary_color = GxEPD_WHITE |
int | tertiary_color = GxEPD_BLACK |
void PaperdinkUIYoutubeClass::display_subscribers_med | ( | GxEPD2_GFX & | display, |
int16_t | x, | ||
int16_t | y, | ||
int16_t | w = 0, | ||
int16_t | h = 0 ) |
Definition at line 81 of file youtube.cpp.
void PaperdinkUIYoutubeClass::display_views_med | ( | GxEPD2_GFX & | display, |
int16_t | x, | ||
int16_t | y, | ||
int16_t | w = 0, | ||
int16_t | h = 0 ) |
Definition at line 109 of file youtube.cpp.
int8_t PaperdinkUIYoutubeClass::fetch_data | ( | const char * | channel_id, |
const char * | api_id ) |
Definition at line 42 of file youtube.cpp.