This commit is contained in:
kraus 2018-06-09 18:10:43 +02:00
parent a764d8e28a
commit 743edbf65a
2 changed files with 2 additions and 5 deletions

View File

@ -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...

View File

@ -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