From 743edbf65a3d9e8cd04f93df457c35166da7a937 Mon Sep 17 00:00:00 2001 From: kraus Date: Sat, 9 Jun 2018 18:10:43 +0200 Subject: [PATCH] update --- sys/avr/atmega328/info/info_as7.txt | 3 --- sys/avr/atmega328/main.c | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/sys/avr/atmega328/info/info_as7.txt b/sys/avr/atmega328/info/info_as7.txt index 8349475e..7ee72b0e 100644 --- a/sys/avr/atmega328/info/info_as7.txt +++ b/sys/avr/atmega328/info/info_as7.txt @@ -1,5 +1,4 @@ -create new c project 001: plain as7 002: create a new gcc c executable project, enter a useful name and solution name @@ -23,5 +22,3 @@ Add the target frequency of your controller (here: "F_CPU=8000000") 014: Check "Flash" and press the "Program" button. - -Project->Add Existing Item... diff --git a/sys/avr/atmega328/main.c b/sys/avr/atmega328/main.c index a4698002..be7d0312 100644 --- a/sys/avr/atmega328/main.c +++ b/sys/avr/atmega328/main.c @@ -7,7 +7,7 @@ Universal 8bit Graphics Library (https://github.com/olikraus/u8g2/) - Copyright (c) 2016, olikraus@gmail.com + Copyright (c) 2018, olikraus@gmail.com All rights reserved. Redistribution and use in source and binary forms, with or without modification, @@ -165,7 +165,7 @@ uint8_t u8x8_avr_gpio_and_delay(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void int main(void) { /* - Select a setup procedure for your display from here: + Select a setup procedure for your display from here: https://github.com/olikraus/u8g2/wiki/u8g2setupc 1. Arg: Address of an empty u8g2 structure 2. Arg: Usually U8G2_R0, others are listed here: https://github.com/olikraus/u8g2/wiki/u8g2reference#carduino-example 3. Arg: Protocol procedure (u8g2-byte), list is here: https://github.com/olikraus/u8g2/wiki/Porting-to-new-MCU-platform#communication-callback-eg-u8x8_byte_hw_i2c