Skip to content

u8g2as7

kraus edited this page Jun 9, 2018 · 15 revisions

U8g2 Install Instructions for Atmel Studio 7

Open Atmel Studio 7

001

Create Solution

  • Create a new gcc c executable project
  • Enter a project "Name"
  • Enter a "Solution Name"

002

Select Target Device

003

Assign main.c

A template main.c will be created as part of the new solution. Replace the content of this main.c with the content from here:

https://github.com/olikraus/u8g2/blob/master/sys/avr/atmega328/main.c

This example code is valid for a SPI display and will implement software emulated SPI.

004

Open Project Properties

Menu "Project", Submenu "u8g2_test Properties"

005

Add Existing Item

Menu "Project", Submenu "Add Existing Item..."

006

Add U8g2

  • Mark all files in u8g2/csrc folder
  • Add the selected items (press "Add")

007

Clone this wiki locally