Files

ssd1306xled_cn.h
/* * SSD1306xLED - Drivers for SSD1306 controlled dot matrix OLED/PLED 128x64 displays * * @created: 2014-08-12 * @author: Neven Boyanov * * Copyright (c) 2016 Neven Boyanov, Tinusaur Team. All Rights Reserved. * Distributed as open source software under MIT License, see LICENSE.txt file. * Please, as a favor, retain the link http://tinusaur.org to The Tinusaur Project. * * Source code available at: https://bitbucket.org/tinusaur/ssd1306xled * */ #ifndef SSD1306XLED_CN_H #define SSD1306XLED_CN_H // ---------------------------------------------------------------------------- void ssd1306_char_font16x16cn(uint8_t x, uint8_t y, uint8_t N); // ---------------------------------------------------------------------------- #endif
Report a bug