1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 9 months ago. based on code collected almost 5 years ago.
Aug 18, 2019 — Aug 18, 2020
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Files added to the repository. More... over 10 years ago
Implemented handling signed integers. Changed existing functions to handle signed integers by default. More... over 10 years ago
Updated README.txt file, added project websites. More... over 10 years ago
Improved testing and demo source code. Added new debugging print macros. Updated external libraries. More... over 10 years ago
Updated README file. More... over 10 years ago
Added support for printing decimal numbers. More... over 10 years ago
Added licensing and version information. More... over 10 years ago
Files added to the repository. More... over 10 years ago
Updated README file - added folders and files layout. More... over 10 years ago
Added MIT License info, added LICENSE.txt file. Added licensing info to the source code file. More... over 10 years ago
Updated RESEARCH and TODO files. More... over 10 years ago
Fixed and improved initialization. New and improved printing of text. Updated texts. More... over 10 years ago
Changed default pins for display, now PB0=SCL and PB1=SDA. Source code reformatting, improvements, edited comments. More... over 10 years ago
font8X16.h renamed to font8x16.h for consistency and compatibility with non-ms-win environments. More... over 10 years ago
Fixed some warnings, variables renamed. The font16x16/Chinese stuff moved to other folders. More... over 10 years ago
Merged in guysoft/ssd1306xled/devel (pull request #2) More... over 10 years ago
Added "tinudht_test2" project using OWOWOD. Code reformatting, removed some LCDDDD dependency. Updated text files, added TODO file. More... over 10 years ago
Renamed folder "tinudht_test" to "tinudht_test1" for consistency. More... over 10 years ago
Added new "debugging.h" file with handy debugging definitions. Updated text file, source code and comment reformatting. More... over 10 years ago
Updated TODO list. More... over 10 years ago
Tutorial folder "tut003_buzzer" renamed to "tut003_buzzer_sound" for consistency. More... over 10 years ago
Fixed compiling issue on some platforms - merged in BaiGeorgi/tinudht/BaiGeorgi/compiling-c-mainc-avrgcc-c-mmcuattiny85--1419796342647 (pull request #1) More... over 10 years ago
Updated and added new README files. More... over 10 years ago
Changes in "Tutorial 003 - Buzzer": Used _delay_us instead of _delay_loop_2; Default delay value is now 500. More... over 10 years ago
Compiling C: main.c avr-gcc -c -mmcu=attiny85 -I. -gdwarf-2 -DF_CPU=1000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=./main.lst -std=gnu99 -MMD -MP -MF .dep/main.o.d main.c -o main.o In file included from lcdddd.h:21:0, from main.c:18: lcddddf.h:17:16: error: variable ‘lcdddd_font5x8’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’ static uint8_t lcdddd_font5x8 [] PROGMEM = ^ make: *** [main.o] Error 1 More... over 10 years ago
Added files for new "Tutorial 003 - Buzzer". Small changes in the source code comments. More... over 10 years ago
Files added to the repository. More... over 10 years ago
Make project compile on gcc-avr - turn static images to consts, and rename include of font16x16cn.h More... over 10 years ago
Created new branch devel More... over 10 years ago
More files added to the repository. More... almost 11 years ago