Skip to content

Horisontal artifacts when compiling in VS:Code with Platform.IO #21

Description

@wadim-al

Problem: Horisontal artifacts are seen when running the randompixels example if compiled with Platform.IO installed on VS:Code

Steps:

  1. Install VS Code 1.50.0
  2. Install Platform.IO 2.1.0 to VS Code
  3. Use the following platformio.ini
[env:uno]
platform = atmelavr
board = uno
framework = arduino
lib_extra_dirs = ;~/Documents/Arduino/libraries, C:\Program Files (x86)\Arduino\libraries
lib_deps = smaffer/VGAX @ 1.2.0
  1. Compile randompixels example and upload to Arduino UNO

Expected:
The picture is without artifacts as when compiled in Arduino IDE 1.8.13

Actual:
Horisontal artifacts are seen when compiled in VS:Code with Platform.IO

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions