0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Arduino IDEをHiDPIのディスプレイで動かす

Last updated at Posted at 2015-11-16

きっかけ

Macbook Pro(retina)でVMWare Fusion上の仮想Windows10を動かし、その中でArduinoを使おうと思ったら画面がめちゃくちゃ小さい。
これでは使えないので起動時の設定を変えられないか調べた。
設定前.png

やりたいこと

  • デフォルトのウインドウサイズを大きくしたい
  • エディタのフォントも大きくしたい。

手順

環境設定画面によると、以下に設定ファイルが格納されているらしい。
C:\Users\Windows8\AppData\Roaming\Arduino15\preferences.txt
以下の値に変更。

  • editor.font=Monospaced,plain,28
  • editor.window.height.default=1200
  • editor.window.height.min=580
  • editor.window.width.default=1000
  • editor.window.width.min=800

結果

設定後
設定後.png

行番号や、タブの文字など一部の文字はサイズ変更できなかった。

補足

IDEが使っているSwing自体がHiDPIをうまくサポートできていないとの情報あり。
Arduino IDE window really small on High DPI Dispay?
http://forum.arduino.cc/index.php?topic=263838.0

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?